Shades of Deco #D0CC8A
Tints of Deco #D0CC8A
RGB
CMYK
RGB Variations
Color information
#D0CC8A (or 0xD0CC8A) is known color: Deco. HEX triplet: D0, CC and 8A. RGB value is (208,204,138). Sum of RGB (Red+Green+Blue) = 208+204+138=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 138 (54.30% from 255 or 25.09% from 550); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CC8A is #2F3375. Grayscale: #C5C5C5. Windows color (decimal): -3093366 or 9096400. OLE color: 9096400.
HSL color Cylindrical-coordinate representation of color #D0CC8A: hue angle of 56.57º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0CC8A is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 138 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.18 |
| HSL | 56.57º | 0.43% | 0.68% | - |
| HSV(B) | 56.57º | 0.34% | 0.82% | - |
| XYZ | 52.19 | 58.43 | 32.57 | - |
| YUV | 197.67 | 94.33 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 138 | 0 | 0.02 | 0.34 | 0.18 | 56.57 | 0.43 | 0.68 |
| Hex | D0 | CC | 8A | 0 | 2 | 22 | 12 | 39 | 2B | 44 |
| Octal | 320 | 314 | 212 | 0 | 2 | 42 | 22 | 71 | 53 | 104 |
| Binary | 11010000 | 11001100 | 10001010 | 0 | 10 | 100010 | 10010 | 111001 | 101011 | 1000100 |
Color Harmonies of #D0CC8A
Complementary color
Monochromatic Colors of #D0CC8A
Black with #D0CC8A
Text Example
Text Example
White with #D0CC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CC8A; }
p { color: rgb(208,204,138); }
H1.HeaderClassName
{
color: #D0CC8A;
}
.AnyTagClassName
{
color: #D0CC8A;
}
</style>
background-color css
<style>
a { background-color: #D0CC8A; }
a { background-color: rgb(208,204,138); }
div.DivClassName
{
background-color: #D0CC8A;
}
.BgClassName
{
background-color: #D0CC8A;
}
</style>
border-color css
<style>
span { border-color: #D0CC8A; }
span { border-color: rgb(208,204,138); }
td.TdClassName
{
border-color: #D0CC8A;
}
.TagClassName
{
border-color: #D0CC8A;
}
</style>