Shades of Deco #D0CC81
Tints of Deco #D0CC81
RGB
CMYK
RGB Variations
Color information
#D0CC81 (or 0xD0CC81) is known color: Deco. HEX triplet: D0, CC and 81. RGB value is (208,204,129). Sum of RGB (Red+Green+Blue) = 208+204+129=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 129 (50.78% from 255 or 23.84% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CC81 is #2F337E. Grayscale: #C4C4C4. Windows color (decimal): -3093375 or 8506576. OLE color: 8506576.
HSL color Cylindrical-coordinate representation of color #D0CC81: hue angle of 56.96º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0CC81 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 129 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.18 |
| HSL | 56.96º | 0.46% | 0.66% | - |
| HSV(B) | 56.96º | 0.38% | 0.82% | - |
| XYZ | 51.57 | 58.18 | 29.28 | - |
| YUV | 196.65 | 89.83 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 129 | 0 | 0.02 | 0.38 | 0.18 | 56.96 | 0.46 | 0.66 |
| Hex | D0 | CC | 81 | 0 | 2 | 26 | 12 | 39 | 2E | 42 |
| Octal | 320 | 314 | 201 | 0 | 2 | 46 | 22 | 71 | 56 | 102 |
| Binary | 11010000 | 11001100 | 10000001 | 0 | 10 | 100110 | 10010 | 111001 | 101110 | 1000010 |
Color Harmonies of #D0CC81
Complementary color
Monochromatic Colors of #D0CC81
Black with #D0CC81
Text Example
Text Example
White with #D0CC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CC81; }
p { color: rgb(208,204,129); }
H1.HeaderClassName
{
color: #D0CC81;
}
.AnyTagClassName
{
color: #D0CC81;
}
</style>
background-color css
<style>
a { background-color: #D0CC81; }
a { background-color: rgb(208,204,129); }
div.DivClassName
{
background-color: #D0CC81;
}
.BgClassName
{
background-color: #D0CC81;
}
</style>
border-color css
<style>
span { border-color: #D0CC81; }
span { border-color: rgb(208,204,129); }
td.TdClassName
{
border-color: #D0CC81;
}
.TagClassName
{
border-color: #D0CC81;
}
</style>