Shades of Deco #D0D37C
Tints of Deco #D0D37C
RGB
CMYK
RGB Variations
Color information
#D0D37C (or 0xD0D37C) is known color: Deco. HEX triplet: D0, D3 and 7C. RGB value is (208,211,124). Sum of RGB (Red+Green+Blue) = 208+211+124=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 124 (48.83% from 255 or 22.84% from 543); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D37C is #2F2C83. Grayscale: #C8C8C8. Windows color (decimal): -3091588 or 8180688. OLE color: 8180688.
HSL color Cylindrical-coordinate representation of color #D0D37C: hue angle of 62.07º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D0D37C is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 211 | 124 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.17 |
| HSL | 62.07º | 0.5% | 0.66% | - |
| HSV(B) | 62.07º | 0.41% | 0.83% | - |
| XYZ | 52.94 | 61.45 | 28.14 | - |
| YUV | 200.19 | 85.01 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 211 | 124 | 0.01 | 0 | 0.41 | 0.17 | 62.07 | 0.5 | 0.66 |
| Hex | D0 | D3 | 7C | 1 | 0 | 29 | 11 | 3E | 32 | 42 |
| Octal | 320 | 323 | 174 | 1 | 0 | 51 | 21 | 76 | 62 | 102 |
| Binary | 11010000 | 11010011 | 1111100 | 1 | 0 | 101001 | 10001 | 111110 | 110010 | 1000010 |
Color Harmonies of #D0D37C
Complementary color
Monochromatic Colors of #D0D37C
Black with #D0D37C
Text Example
Text Example
White with #D0D37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D37C; }
p { color: rgb(208,211,124); }
H1.HeaderClassName
{
color: #D0D37C;
}
.AnyTagClassName
{
color: #D0D37C;
}
</style>
background-color css
<style>
a { background-color: #D0D37C; }
a { background-color: rgb(208,211,124); }
div.DivClassName
{
background-color: #D0D37C;
}
.BgClassName
{
background-color: #D0D37C;
}
</style>
border-color css
<style>
span { border-color: #D0D37C; }
span { border-color: rgb(208,211,124); }
td.TdClassName
{
border-color: #D0D37C;
}
.TagClassName
{
border-color: #D0D37C;
}
</style>