Color spaces of #dfc66b
RGB | 223 | 198 | 107 |
---|---|---|---|
HSL | 0.13 | 0.64 | 0.65 |
HSV | 47° | 52° | 87° |
CMYK | 0.00 | 0.11 | 0.52 0.13 |
XYZ | 53.2794 | 57.1377 | 22.1305 |
Yxy | 57.1377 | 0.4020 | 0.4311 |
Hunter Lab | 75.5895 | -6.4655 | 35.5542 |
CIE-Lab | 80.2570 | -2.6353 | 48.3694 |
#dfc66b color RGB value is (223,198,107).
#dfc66b hex color red value is 223, green value is 198 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #dfc66b hue: 0.13 , saturation: 0.64 and the lightness value of dfc66b is 0.65.
The process color (four color CMYK) of #dfc66b color hex is 0.00, 0.11, 0.52, 0.13. Web safe color of #dfc66b is #cccc66. Color #dfc66b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11000110 | 01101011 |
Octal | 337 | 306 | 153 |
Decimal | 223 | 198 | 107 |
Hex | DF | C6 | 6B |
Shades of #dfc66b
Tints of #dfc66b
RGB Percentages of Color #dfc66b
CMYK Percentages of Color #dfc66b
Complementary Color
#dfc66b | #6b84df |
#dfc66b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfc66b Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfc66b Color CSS Codes
.mybgcolor {background-color:#dfc66b; } .myforecolor {color:#dfc66b; } .mybordercolor {border:3px solid #dfc66b; }
#dfc66b Text Font Color
<p style="color:#dfc66b">Text here</p>
This sample text font color is #dfc66b
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.
#dfc66b Background Color
<div style="background-color:#dfc66b">
Div content here</div>
This div background color is #dfc66b
#dfc66b Border Color
<div style="border:3px solid #dfc66b">
Div here</div>
This div border color is #dfc66b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,198,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfc66b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfc66b; -webkit-box-shadow: 1px 1px 3px 2px #dfc66b; box-shadow: 1px 1px 3px 2px #dfc66b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,198,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfc66b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfc66b; -webkit-box-shadow: 1px 1px 3px 2px #dfc66b; box-shadow: 1px 1px 3px 2px #dfc66b;">
Div content here</div>
This div box has shadow with color #dfc66b
Comments
No comments written yet.
Please login to write comment.