Shades of Deco #D2DC93
Tints of Deco #D2DC93
RGB
CMYK
RGB Variations
Color information
#D2DC93 (or 0xD2DC93) is known color: Deco. HEX triplet: D2, DC and 93. RGB value is (210,220,147). Sum of RGB (Red+Green+Blue) = 210+220+147=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 147 (57.81% from 255 or 25.48% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DC93 is #2D236C. Grayscale: #D0D0D0. Windows color (decimal): -2958189 or 9690322. OLE color: 9690322.
HSL color Cylindrical-coordinate representation of color #D2DC93: hue angle of 68.22º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2DC93 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 220 | 147 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.14 |
| HSL | 68.22º | 0.51% | 0.72% | - |
| HSV(B) | 68.22º | 0.33% | 0.86% | - |
| XYZ | 57.44 | 66.99 | 37.51 | - |
| YUV | 208.69 | 93.19 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 147 | 0.05 | 0 | 0.33 | 0.14 | 68.22 | 0.51 | 0.72 |
| Hex | D2 | DC | 93 | 5 | 0 | 21 | E | 44 | 33 | 48 |
| Octal | 322 | 334 | 223 | 5 | 0 | 41 | 16 | 104 | 63 | 110 |
| Binary | 11010010 | 11011100 | 10010011 | 101 | 0 | 100001 | 1110 | 1000100 | 110011 | 1001000 |
Color Harmonies of #D2DC93
Complementary color
Monochromatic Colors of #D2DC93
Black with #D2DC93
Text Example
Text Example
White with #D2DC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DC93; }
p { color: rgb(210,220,147); }
H1.HeaderClassName
{
color: #D2DC93;
}
.AnyTagClassName
{
color: #D2DC93;
}
</style>
background-color css
<style>
a { background-color: #D2DC93; }
a { background-color: rgb(210,220,147); }
div.DivClassName
{
background-color: #D2DC93;
}
.BgClassName
{
background-color: #D2DC93;
}
</style>
border-color css
<style>
span { border-color: #D2DC93; }
span { border-color: rgb(210,220,147); }
td.TdClassName
{
border-color: #D2DC93;
}
.TagClassName
{
border-color: #D2DC93;
}
</style>