Color spaces of #ddc977
RGB | 221 | 201 | 119 |
---|---|---|---|
HSL | 0.13 | 0.60 | 0.67 |
HSV | 48° | 46° | 87° |
CMYK | 0.00 | 0.09 | 0.46 0.13 |
XYZ | 54.0352 | 58.4773 | 25.8921 |
Yxy | 58.4773 | 0.3904 | 0.4225 |
Hunter Lab | 76.4705 | -7.6924 | 33.4543 |
CIE-Lab | 81.0034 | -3.9125 | 43.3394 |
#ddc977 color RGB value is (221,201,119).
#ddc977 hex color red value is 221, green value is 201 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #ddc977 hue: 0.13 , saturation: 0.60 and the lightness value of ddc977 is 0.67.
The process color (four color CMYK) of #ddc977 color hex is 0.00, 0.09, 0.46, 0.13. Web safe color of #ddc977 is #cccc66. Color #ddc977 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11001001 | 01110111 |
Octal | 335 | 311 | 167 |
Decimal | 221 | 201 | 119 |
Hex | DD | C9 | 77 |
Shades of #ddc977
Tints of #ddc977
RGB Percentages of Color #ddc977
CMYK Percentages of Color #ddc977
Complementary Color
#ddc977 | #778bdd |
#ddc977 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddc977 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddc977 Color CSS Codes
.mybgcolor {background-color:#ddc977; } .myforecolor {color:#ddc977; } .mybordercolor {border:3px solid #ddc977; }
#ddc977 Text Font Color
<p style="color:#ddc977">Text here</p>
This sample text font color is #ddc977
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.
#ddc977 Background Color
<div style="background-color:#ddc977">
Div content here</div>
This div background color is #ddc977
#ddc977 Border Color
<div style="border:3px solid #ddc977">
Div here</div>
This div border color is #ddc977
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,201,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddc977; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddc977; -webkit-box-shadow: 1px 1px 3px 2px #ddc977; box-shadow: 1px 1px 3px 2px #ddc977; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,201,119, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddc977">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddc977; -webkit-box-shadow: 1px 1px 3px 2px #ddc977; box-shadow: 1px 1px 3px 2px #ddc977;">
Div content here</div>
This div box has shadow with color #ddc977
Comments
No comments written yet.
Please login to write comment.