Shades of Deco #D0CC82
Tints of Deco #D0CC82
RGB
CMYK
RGB Variations
Color information
#D0CC82 (or 0xD0CC82) is known color: Deco. HEX triplet: D0, CC and 82. RGB value is (208,204,130). Sum of RGB (Red+Green+Blue) = 208+204+130=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 130 (51.17% from 255 or 23.99% from 542); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CC82 is #2F337D. Grayscale: #C5C5C5. Windows color (decimal): -3093374 or 8572112. OLE color: 8572112.
HSL color Cylindrical-coordinate representation of color #D0CC82: hue angle of 56.92º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0CC82 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 130 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.18 |
| HSL | 56.92º | 0.45% | 0.66% | - |
| HSV(B) | 56.92º | 0.38% | 0.82% | - |
| XYZ | 51.63 | 58.21 | 29.63 | - |
| YUV | 196.76 | 90.33 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 130 | 0 | 0.02 | 0.38 | 0.18 | 56.92 | 0.45 | 0.66 |
| Hex | D0 | CC | 82 | 0 | 2 | 26 | 12 | 39 | 2D | 42 |
| Octal | 320 | 314 | 202 | 0 | 2 | 46 | 22 | 71 | 55 | 102 |
| Binary | 11010000 | 11001100 | 10000010 | 0 | 10 | 100110 | 10010 | 111001 | 101101 | 1000010 |
Color Harmonies of #D0CC82
Complementary color
Monochromatic Colors of #D0CC82
Black with #D0CC82
Text Example
Text Example
White with #D0CC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CC82; }
p { color: rgb(208,204,130); }
H1.HeaderClassName
{
color: #D0CC82;
}
.AnyTagClassName
{
color: #D0CC82;
}
</style>
background-color css
<style>
a { background-color: #D0CC82; }
a { background-color: rgb(208,204,130); }
div.DivClassName
{
background-color: #D0CC82;
}
.BgClassName
{
background-color: #D0CC82;
}
</style>
border-color css
<style>
span { border-color: #D0CC82; }
span { border-color: rgb(208,204,130); }
td.TdClassName
{
border-color: #D0CC82;
}
.TagClassName
{
border-color: #D0CC82;
}
</style>