Shades of Deco #D2CE84
Tints of Deco #D2CE84
RGB
CMYK
RGB Variations
Color information
#D2CE84 (or 0xD2CE84) is known color: Deco. HEX triplet: D2, CE and 84. RGB value is (210,206,132). Sum of RGB (Red+Green+Blue) = 210+206+132=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 132 (51.95% from 255 or 24.09% from 548); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CE84 is #2D317B. Grayscale: #C7C7C7. Windows color (decimal): -2961788 or 8703698. OLE color: 8703698.
HSL color Cylindrical-coordinate representation of color #D2CE84: hue angle of 56.92º degrees, saturation: 0.46, 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 #D2CE84 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 206 | 132 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.18 |
| HSL | 56.92º | 0.46% | 0.67% | - |
| HSV(B) | 56.92º | 0.37% | 0.82% | - |
| XYZ | 52.81 | 59.51 | 30.53 | - |
| YUV | 198.76 | 90.33 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 206 | 132 | 0 | 0.02 | 0.37 | 0.18 | 56.92 | 0.46 | 0.67 |
| Hex | D2 | CE | 84 | 0 | 2 | 25 | 12 | 39 | 2E | 43 |
| Octal | 322 | 316 | 204 | 0 | 2 | 45 | 22 | 71 | 56 | 103 |
| Binary | 11010010 | 11001110 | 10000100 | 0 | 10 | 100101 | 10010 | 111001 | 101110 | 1000011 |
Color Harmonies of #D2CE84
Complementary color
Monochromatic Colors of #D2CE84
Black with #D2CE84
Text Example
Text Example
White with #D2CE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CE84; }
p { color: rgb(210,206,132); }
H1.HeaderClassName
{
color: #D2CE84;
}
.AnyTagClassName
{
color: #D2CE84;
}
</style>
background-color css
<style>
a { background-color: #D2CE84; }
a { background-color: rgb(210,206,132); }
div.DivClassName
{
background-color: #D2CE84;
}
.BgClassName
{
background-color: #D2CE84;
}
</style>
border-color css
<style>
span { border-color: #D2CE84; }
span { border-color: rgb(210,206,132); }
td.TdClassName
{
border-color: #D2CE84;
}
.TagClassName
{
border-color: #D2CE84;
}
</style>