Shades of Deco #D0CD84
Tints of Deco #D0CD84
RGB
CMYK
RGB Variations
Color information
#D0CD84 (or 0xD0CD84) is known color: Deco. HEX triplet: D0, CD and 84. RGB value is (208,205,132). Sum of RGB (Red+Green+Blue) = 208+205+132=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 132 (51.95% from 255 or 24.22% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CD84 is #2F327B. Grayscale: #C5C5C5. Windows color (decimal): -3093116 or 8703440. OLE color: 8703440.
HSL color Cylindrical-coordinate representation of color #D0CD84: hue angle of 57.63º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0CD84 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 205 | 132 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.18 |
| HSL | 57.63º | 0.45% | 0.67% | - |
| HSV(B) | 57.63º | 0.37% | 0.82% | - |
| XYZ | 52.01 | 58.74 | 30.43 | - |
| YUV | 197.58 | 90.99 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 205 | 132 | 0 | 0.01 | 0.37 | 0.18 | 57.63 | 0.45 | 0.67 |
| Hex | D0 | CD | 84 | 0 | 1 | 25 | 12 | 3A | 2D | 43 |
| Octal | 320 | 315 | 204 | 0 | 1 | 45 | 22 | 72 | 55 | 103 |
| Binary | 11010000 | 11001101 | 10000100 | 0 | 1 | 100101 | 10010 | 111010 | 101101 | 1000011 |
Color Harmonies of #D0CD84
Complementary color
Monochromatic Colors of #D0CD84
Black with #D0CD84
Text Example
Text Example
White with #D0CD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CD84; }
p { color: rgb(208,205,132); }
H1.HeaderClassName
{
color: #D0CD84;
}
.AnyTagClassName
{
color: #D0CD84;
}
</style>
background-color css
<style>
a { background-color: #D0CD84; }
a { background-color: rgb(208,205,132); }
div.DivClassName
{
background-color: #D0CD84;
}
.BgClassName
{
background-color: #D0CD84;
}
</style>
border-color css
<style>
span { border-color: #D0CD84; }
span { border-color: rgb(208,205,132); }
td.TdClassName
{
border-color: #D0CD84;
}
.TagClassName
{
border-color: #D0CD84;
}
</style>