Color spaces of #ddcc6f
RGB | 221 | 204 | 111 |
---|---|---|---|
HSL | 0.14 | 0.62 | 0.65 |
HSV | 51° | 50° | 87° |
CMYK | 0.00 | 0.08 | 0.50 0.13 |
XYZ | 54.2809 | 59.7056 | 23.7023 |
Yxy | 59.7056 | 0.3942 | 0.4336 |
Hunter Lab | 77.2694 | -9.8272 | 35.9014 |
CIE-Lab | 81.6779 | -6.1929 | 48.0988 |
#ddcc6f color RGB value is (221,204,111).
#ddcc6f hex color red value is 221, green value is 204 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ddcc6f hue: 0.14 , saturation: 0.62 and the lightness value of ddcc6f is 0.65.
The process color (four color CMYK) of #ddcc6f color hex is 0.00, 0.08, 0.50, 0.13. Web safe color of #ddcc6f is #cccc66. Color #ddcc6f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11001100 | 01101111 |
Octal | 335 | 314 | 157 |
Decimal | 221 | 204 | 111 |
Hex | DD | CC | 6F |
Shades of #ddcc6f
Tints of #ddcc6f
RGB Percentages of Color #ddcc6f
CMYK Percentages of Color #ddcc6f
Complementary Color
#ddcc6f | #6f80dd |
#ddcc6f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddcc6f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddcc6f Color CSS Codes
.mybgcolor {background-color:#ddcc6f; } .myforecolor {color:#ddcc6f; } .mybordercolor {border:3px solid #ddcc6f; }
#ddcc6f Text Font Color
<p style="color:#ddcc6f">Text here</p>
This sample text font color is #ddcc6f
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.
#ddcc6f Background Color
<div style="background-color:#ddcc6f">
Div content here</div>
This div background color is #ddcc6f
#ddcc6f Border Color
<div style="border:3px solid #ddcc6f">
Div here</div>
This div border color is #ddcc6f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,204,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddcc6f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddcc6f; -webkit-box-shadow: 1px 1px 3px 2px #ddcc6f; box-shadow: 1px 1px 3px 2px #ddcc6f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,204,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddcc6f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddcc6f; -webkit-box-shadow: 1px 1px 3px 2px #ddcc6f; box-shadow: 1px 1px 3px 2px #ddcc6f;">
Div content here</div>
This div box has shadow with color #ddcc6f
Comments
No comments written yet.
Please login to write comment.