Shades of Deco #D2DC87
Tints of Deco #D2DC87
RGB
CMYK
RGB Variations
Color information
#D2DC87 (or 0xD2DC87) is known color: Deco. HEX triplet: D2, DC and 87. RGB value is (210,220,135). Sum of RGB (Red+Green+Blue) = 210+220+135=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 135 (53.12% from 255 or 23.89% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DC87 is #2D2378. Grayscale: #CFCFCF. Windows color (decimal): -2958201 or 8903890. OLE color: 8903890.
HSL color Cylindrical-coordinate representation of color #D2DC87: hue angle of 67.06º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D2DC87 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 220 | 135 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.14 |
| HSL | 67.06º | 0.55% | 0.7% | - |
| HSV(B) | 67.06º | 0.39% | 0.86% | - |
| XYZ | 56.54 | 66.64 | 32.8 | - |
| YUV | 207.32 | 87.19 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 135 | 0.05 | 0 | 0.39 | 0.14 | 67.06 | 0.55 | 0.7 |
| Hex | D2 | DC | 87 | 5 | 0 | 27 | E | 43 | 37 | 46 |
| Octal | 322 | 334 | 207 | 5 | 0 | 47 | 16 | 103 | 67 | 106 |
| Binary | 11010010 | 11011100 | 10000111 | 101 | 0 | 100111 | 1110 | 1000011 | 110111 | 1000110 |
Color Harmonies of #D2DC87
Complementary color
Monochromatic Colors of #D2DC87
Black with #D2DC87
Text Example
Text Example
White with #D2DC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DC87; }
p { color: rgb(210,220,135); }
H1.HeaderClassName
{
color: #D2DC87;
}
.AnyTagClassName
{
color: #D2DC87;
}
</style>
background-color css
<style>
a { background-color: #D2DC87; }
a { background-color: rgb(210,220,135); }
div.DivClassName
{
background-color: #D2DC87;
}
.BgClassName
{
background-color: #D2DC87;
}
</style>
border-color css
<style>
span { border-color: #D2DC87; }
span { border-color: rgb(210,220,135); }
td.TdClassName
{
border-color: #D2DC87;
}
.TagClassName
{
border-color: #D2DC87;
}
</style>