Shades of Deco #D0CE8C
Tints of Deco #D0CE8C
RGB
CMYK
RGB Variations
Color information
#D0CE8C (or 0xD0CE8C) is known color: Deco. HEX triplet: D0, CE and 8C. RGB value is (208,206,140). Sum of RGB (Red+Green+Blue) = 208+206+140=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 140 (55.08% from 255 or 25.27% from 554); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CE8C is #2F3173. Grayscale: #C7C7C7. Windows color (decimal): -3092852 or 9227984. OLE color: 9227984.
HSL color Cylindrical-coordinate representation of color #D0CE8C: hue angle of 58.24º 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 #D0CE8C is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 206 | 140 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.18 |
| HSL | 58.24º | 0.42% | 0.68% | - |
| HSV(B) | 58.24º | 0.33% | 0.82% | - |
| XYZ | 52.82 | 59.45 | 33.5 | - |
| YUV | 199.07 | 94.66 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 140 | 0 | 0.01 | 0.33 | 0.18 | 58.24 | 0.42 | 0.68 |
| Hex | D0 | CE | 8C | 0 | 1 | 21 | 12 | 3A | 2A | 44 |
| Octal | 320 | 316 | 214 | 0 | 1 | 41 | 22 | 72 | 52 | 104 |
| Binary | 11010000 | 11001110 | 10001100 | 0 | 1 | 100001 | 10010 | 111010 | 101010 | 1000100 |
Color Harmonies of #D0CE8C
Complementary color
Monochromatic Colors of #D0CE8C
Black with #D0CE8C
Text Example
Text Example
White with #D0CE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CE8C; }
p { color: rgb(208,206,140); }
H1.HeaderClassName
{
color: #D0CE8C;
}
.AnyTagClassName
{
color: #D0CE8C;
}
</style>
background-color css
<style>
a { background-color: #D0CE8C; }
a { background-color: rgb(208,206,140); }
div.DivClassName
{
background-color: #D0CE8C;
}
.BgClassName
{
background-color: #D0CE8C;
}
</style>
border-color css
<style>
span { border-color: #D0CE8C; }
span { border-color: rgb(208,206,140); }
td.TdClassName
{
border-color: #D0CE8C;
}
.TagClassName
{
border-color: #D0CE8C;
}
</style>