Color spaces of #dfcd6a
RGB | 223 | 205 | 106 |
---|---|---|---|
HSL | 0.14 | 0.65 | 0.65 |
HSV | 51° | 52° | 87° |
CMYK | 0.00 | 0.08 | 0.52 0.13 |
XYZ | 54.8643 | 60.3912 | 22.4007 |
Yxy | 60.3912 | 0.3986 | 0.4387 |
Hunter Lab | 77.7118 | -9.9751 | 37.3077 |
CIE-Lab | 82.0504 | -6.3174 | 50.9848 |
#dfcd6a color RGB value is (223,205,106).
#dfcd6a hex color red value is 223, green value is 205 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #dfcd6a hue: 0.14 , saturation: 0.65 and the lightness value of dfcd6a is 0.65.
The process color (four color CMYK) of #dfcd6a color hex is 0.00, 0.08, 0.52, 0.13. Web safe color of #dfcd6a is #cccc66. Color #dfcd6a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11001101 | 01101010 |
Octal | 337 | 315 | 152 |
Decimal | 223 | 205 | 106 |
Hex | DF | CD | 6A |
Shades of #dfcd6a
Tints of #dfcd6a
RGB Percentages of Color #dfcd6a
CMYK Percentages of Color #dfcd6a
Complementary Color
#dfcd6a | #6a7cdf |
#dfcd6a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfcd6a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfcd6a Color CSS Codes
.mybgcolor {background-color:#dfcd6a; } .myforecolor {color:#dfcd6a; } .mybordercolor {border:3px solid #dfcd6a; }
#dfcd6a Text Font Color
<p style="color:#dfcd6a">Text here</p>
This sample text font color is #dfcd6a
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.
#dfcd6a Background Color
<div style="background-color:#dfcd6a">
Div content here</div>
This div background color is #dfcd6a
#dfcd6a Border Color
<div style="border:3px solid #dfcd6a">
Div here</div>
This div border color is #dfcd6a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,205,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfcd6a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfcd6a; -webkit-box-shadow: 1px 1px 3px 2px #dfcd6a; box-shadow: 1px 1px 3px 2px #dfcd6a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,205,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 #dfcd6a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfcd6a; -webkit-box-shadow: 1px 1px 3px 2px #dfcd6a; box-shadow: 1px 1px 3px 2px #dfcd6a;">
Div content here</div>
This div box has shadow with color #dfcd6a
Comments
No comments written yet.
Please login to write comment.