Shades of Deco #D0CC8C
Tints of Deco #D0CC8C
RGB
CMYK
RGB Variations
Color information
#D0CC8C (or 0xD0CC8C) is known color: Deco. HEX triplet: D0, CC and 8C. RGB value is (208,204,140). Sum of RGB (Red+Green+Blue) = 208+204+140=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 140 (55.08% from 255 or 25.36% from 552); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CC8C is #2F3373. Grayscale: #C6C6C6. Windows color (decimal): -3093364 or 9227472. OLE color: 9227472.
HSL color Cylindrical-coordinate representation of color #D0CC8C: hue angle of 56.47º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0CC8C is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 140 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.18 |
| HSL | 56.47º | 0.42% | 0.68% | - |
| HSV(B) | 56.47º | 0.33% | 0.82% | - |
| XYZ | 52.34 | 58.49 | 33.34 | - |
| YUV | 197.9 | 95.33 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 140 | 0 | 0.02 | 0.33 | 0.18 | 56.47 | 0.42 | 0.68 |
| Hex | D0 | CC | 8C | 0 | 2 | 21 | 12 | 38 | 2A | 44 |
| Octal | 320 | 314 | 214 | 0 | 2 | 41 | 22 | 70 | 52 | 104 |
| Binary | 11010000 | 11001100 | 10001100 | 0 | 10 | 100001 | 10010 | 111000 | 101010 | 1000100 |
Color Harmonies of #D0CC8C
Complementary color
Monochromatic Colors of #D0CC8C
Black with #D0CC8C
Text Example
Text Example
White with #D0CC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CC8C; }
p { color: rgb(208,204,140); }
H1.HeaderClassName
{
color: #D0CC8C;
}
.AnyTagClassName
{
color: #D0CC8C;
}
</style>
background-color css
<style>
a { background-color: #D0CC8C; }
a { background-color: rgb(208,204,140); }
div.DivClassName
{
background-color: #D0CC8C;
}
.BgClassName
{
background-color: #D0CC8C;
}
</style>
border-color css
<style>
span { border-color: #D0CC8C; }
span { border-color: rgb(208,204,140); }
td.TdClassName
{
border-color: #D0CC8C;
}
.TagClassName
{
border-color: #D0CC8C;
}
</style>