Color spaces of #ddc780
RGB | 221 | 199 | 128 |
---|---|---|---|
HSL | 0.13 | 0.58 | 0.68 |
HSV | 46° | 42° | 87° |
CMYK | 0.00 | 0.10 | 0.42 0.13 |
XYZ | 54.1385 | 57.7775 | 28.7208 |
Yxy | 57.7775 | 0.3850 | 0.4108 |
Hunter Lab | 76.0115 | -5.8852 | 30.8054 |
CIE-Lab | 80.6149 | -1.9741 | 38.3123 |
#ddc780 color RGB value is (221,199,128).
#ddc780 hex color red value is 221, green value is 199 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ddc780 hue: 0.13 , saturation: 0.58 and the lightness value of ddc780 is 0.68.
The process color (four color CMYK) of #ddc780 color hex is 0.00, 0.10, 0.42, 0.13. Web safe color of #ddc780 is #cccc99. Color #ddc780 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11000111 | 10000000 |
Octal | 335 | 307 | 200 |
Decimal | 221 | 199 | 128 |
Hex | DD | C7 | 80 |
Shades of #ddc780
Tints of #ddc780
RGB Percentages of Color #ddc780
CMYK Percentages of Color #ddc780
Complementary Color
#ddc780 | #8096dd |
#ddc780 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddc780 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddc780 Color CSS Codes
.mybgcolor {background-color:#ddc780; } .myforecolor {color:#ddc780; } .mybordercolor {border:3px solid #ddc780; }
#ddc780 Text Font Color
<p style="color:#ddc780">Text here</p>
This sample text font color is #ddc780
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.
#ddc780 Background Color
<div style="background-color:#ddc780">
Div content here</div>
This div background color is #ddc780
#ddc780 Border Color
<div style="border:3px solid #ddc780">
Div here</div>
This div border color is #ddc780
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,199,128, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddc780; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddc780; -webkit-box-shadow: 1px 1px 3px 2px #ddc780; box-shadow: 1px 1px 3px 2px #ddc780; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,199,128, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddc780">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddc780; -webkit-box-shadow: 1px 1px 3px 2px #ddc780; box-shadow: 1px 1px 3px 2px #ddc780;">
Div content here</div>
This div box has shadow with color #ddc780
Comments
No comments written yet.
Please login to write comment.