Color spaces of #dccd5d
RGB | 220 | 205 | 93 |
---|---|---|---|
HSL | 0.15 | 0.64 | 0.61 |
HSV | 53° | 58° | 86° |
CMYK | 0.00 | 0.07 | 0.58 0.14 |
XYZ | 53.3223 | 59.6686 | 19.0627 |
Yxy | 59.6686 | 0.4038 | 0.4519 |
Hunter Lab | 77.2455 | -11.9615 | 39.4402 |
CIE-Lab | 81.6577 | -8.5624 | 56.4905 |
#dccd5d color RGB value is (220,205,93).
#dccd5d hex color red value is 220, green value is 205 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #dccd5d hue: 0.15 , saturation: 0.64 and the lightness value of dccd5d is 0.61.
The process color (four color CMYK) of #dccd5d color hex is 0.00, 0.07, 0.58, 0.14. Web safe color of #dccd5d is #cccc66. Color #dccd5d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001101 | 01011101 |
Octal | 334 | 315 | 135 |
Decimal | 220 | 205 | 93 |
Hex | DC | CD | 5D |
Shades of #dccd5d
Tints of #dccd5d
RGB Percentages of Color #dccd5d
CMYK Percentages of Color #dccd5d
Complementary Color
#dccd5d | #5d6cdc |
#dccd5d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dccd5d Color Preview on White Background
Lorem ipsum dolor sit amet.
#dccd5d Color CSS Codes
.mybgcolor {background-color:#dccd5d; } .myforecolor {color:#dccd5d; } .mybordercolor {border:3px solid #dccd5d; }
#dccd5d Text Font Color
<p style="color:#dccd5d">Text here</p>
This sample text font color is #dccd5d
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.
#dccd5d Background Color
<div style="background-color:#dccd5d">
Div content here</div>
This div background color is #dccd5d
#dccd5d Border Color
<div style="border:3px solid #dccd5d">
Div here</div>
This div border color is #dccd5d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,205,93, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dccd5d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dccd5d; -webkit-box-shadow: 1px 1px 3px 2px #dccd5d; box-shadow: 1px 1px 3px 2px #dccd5d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,205,93, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dccd5d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dccd5d; -webkit-box-shadow: 1px 1px 3px 2px #dccd5d; box-shadow: 1px 1px 3px 2px #dccd5d;">
Div content here</div>
This div box has shadow with color #dccd5d
Comments
No comments written yet.
Please login to write comment.