Color spaces of #dfc36a
RGB | 223 | 195 | 106 |
---|---|---|---|
HSL | 0.13 | 0.65 | 0.65 |
HSV | 46° | 52° | 87° |
CMYK | 0.00 | 0.13 | 0.52 0.13 |
XYZ | 52.5481 | 55.7588 | 21.6286 |
Yxy | 55.7588 | 0.4044 | 0.4291 |
Hunter Lab | 74.6718 | -5.0615 | 35.0970 |
CIE-Lab | 79.4763 | -1.1654 | 47.9193 |
#dfc36a color RGB value is (223,195,106).
#dfc36a hex color red value is 223, green value is 195 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #dfc36a hue: 0.13 , saturation: 0.65 and the lightness value of dfc36a is 0.65.
The process color (four color CMYK) of #dfc36a color hex is 0.00, 0.13, 0.52, 0.13. Web safe color of #dfc36a is #cccc66. Color #dfc36a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11000011 | 01101010 |
Octal | 337 | 303 | 152 |
Decimal | 223 | 195 | 106 |
Hex | DF | C3 | 6A |
Shades of #dfc36a
Tints of #dfc36a
RGB Percentages of Color #dfc36a
CMYK Percentages of Color #dfc36a
Complementary Color
#dfc36a | #6a86df |
#dfc36a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfc36a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfc36a Color CSS Codes
.mybgcolor {background-color:#dfc36a; } .myforecolor {color:#dfc36a; } .mybordercolor {border:3px solid #dfc36a; }
#dfc36a Text Font Color
<p style="color:#dfc36a">Text here</p>
This sample text font color is #dfc36a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dfc36a Background Color
<div style="background-color:#dfc36a">
Div content here</div>
This div background color is #dfc36a
#dfc36a Border Color
<div style="border:3px solid #dfc36a">
Div here</div>
This div border color is #dfc36a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,195,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfc36a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfc36a; -webkit-box-shadow: 1px 1px 3px 2px #dfc36a; box-shadow: 1px 1px 3px 2px #dfc36a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,195,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfc36a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfc36a; -webkit-box-shadow: 1px 1px 3px 2px #dfc36a; box-shadow: 1px 1px 3px 2px #dfc36a;">
Div content here</div>
This div box has shadow with color #dfc36a
Comments
No comments written yet.
Please login to write comment.