Shades of Deco #D0CC85
Tints of Deco #D0CC85
RGB
CMYK
RGB Variations
Color information
#D0CC85 (or 0xD0CC85) is known color: Deco. HEX triplet: D0, CC and 85. RGB value is (208,204,133). Sum of RGB (Red+Green+Blue) = 208+204+133=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CC85 is #2F337A. Grayscale: #C5C5C5. Windows color (decimal): -3093371 or 8768720. OLE color: 8768720.
HSL color Cylindrical-coordinate representation of color #D0CC85: hue angle of 56.8º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0CC85 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 133 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.18 |
| HSL | 56.8º | 0.44% | 0.67% | - |
| HSV(B) | 56.8º | 0.36% | 0.82% | - |
| XYZ | 51.84 | 58.29 | 30.71 | - |
| YUV | 197.1 | 91.83 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 133 | 0 | 0.02 | 0.36 | 0.18 | 56.8 | 0.44 | 0.67 |
| Hex | D0 | CC | 85 | 0 | 2 | 24 | 12 | 39 | 2C | 43 |
| Octal | 320 | 314 | 205 | 0 | 2 | 44 | 22 | 71 | 54 | 103 |
| Binary | 11010000 | 11001100 | 10000101 | 0 | 10 | 100100 | 10010 | 111001 | 101100 | 1000011 |
Color Harmonies of #D0CC85
Complementary color
Monochromatic Colors of #D0CC85
Black with #D0CC85
Text Example
Text Example
White with #D0CC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CC85; }
p { color: rgb(208,204,133); }
H1.HeaderClassName
{
color: #D0CC85;
}
.AnyTagClassName
{
color: #D0CC85;
}
</style>
background-color css
<style>
a { background-color: #D0CC85; }
a { background-color: rgb(208,204,133); }
div.DivClassName
{
background-color: #D0CC85;
}
.BgClassName
{
background-color: #D0CC85;
}
</style>
border-color css
<style>
span { border-color: #D0CC85; }
span { border-color: rgb(208,204,133); }
td.TdClassName
{
border-color: #D0CC85;
}
.TagClassName
{
border-color: #D0CC85;
}
</style>