Shades of Deco #D0CC8D
Tints of Deco #D0CC8D
RGB
CMYK
RGB Variations
Color information
#D0CC8D (or 0xD0CC8D) is known color: Deco. HEX triplet: D0, CC and 8D. RGB value is (208,204,141). Sum of RGB (Red+Green+Blue) = 208+204+141=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 141 (55.47% from 255 or 25.50% from 553); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CC8D is #2F3372. Grayscale: #C6C6C6. Windows color (decimal): -3093363 or 9293008. OLE color: 9293008.
HSL color Cylindrical-coordinate representation of color #D0CC8D: hue angle of 56.42º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0CC8D is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 141 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.18 |
| HSL | 56.42º | 0.42% | 0.68% | - |
| HSV(B) | 56.42º | 0.32% | 0.82% | - |
| XYZ | 52.41 | 58.52 | 33.73 | - |
| YUV | 198.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 141 | 0 | 0.02 | 0.32 | 0.18 | 56.42 | 0.42 | 0.68 |
| Hex | D0 | CC | 8D | 0 | 2 | 20 | 12 | 38 | 2A | 44 |
| Octal | 320 | 314 | 215 | 0 | 2 | 40 | 22 | 70 | 52 | 104 |
| Binary | 11010000 | 11001100 | 10001101 | 0 | 10 | 100000 | 10010 | 111000 | 101010 | 1000100 |
Color Harmonies of #D0CC8D
Complementary color
Monochromatic Colors of #D0CC8D
Black with #D0CC8D
Text Example
Text Example
White with #D0CC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CC8D; }
p { color: rgb(208,204,141); }
H1.HeaderClassName
{
color: #D0CC8D;
}
.AnyTagClassName
{
color: #D0CC8D;
}
</style>
background-color css
<style>
a { background-color: #D0CC8D; }
a { background-color: rgb(208,204,141); }
div.DivClassName
{
background-color: #D0CC8D;
}
.BgClassName
{
background-color: #D0CC8D;
}
</style>
border-color css
<style>
span { border-color: #D0CC8D; }
span { border-color: rgb(208,204,141); }
td.TdClassName
{
border-color: #D0CC8D;
}
.TagClassName
{
border-color: #D0CC8D;
}
</style>