Shades of Deco #D2DA8E
Tints of Deco #D2DA8E
RGB
CMYK
RGB Variations
Color information
#D2DA8E (or 0xD2DA8E) is known color: Deco. HEX triplet: D2, DA and 8E. RGB value is (210,218,142). Sum of RGB (Red+Green+Blue) = 210+218+142=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 142 (55.86% from 255 or 24.91% from 570); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DA8E is #2D2571. Grayscale: #CFCFCF. Windows color (decimal): -2958706 or 9362130. OLE color: 9362130.
HSL color Cylindrical-coordinate representation of color #D2DA8E: hue angle of 66.32º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D2DA8E is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 218 | 142 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.15 |
| HSL | 66.32º | 0.51% | 0.71% | - |
| HSV(B) | 66.32º | 0.35% | 0.85% | - |
| XYZ | 56.53 | 65.8 | 35.31 | - |
| YUV | 206.94 | 91.35 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 218 | 142 | 0.04 | 0 | 0.35 | 0.15 | 66.32 | 0.51 | 0.71 |
| Hex | D2 | DA | 8E | 4 | 0 | 23 | F | 42 | 33 | 47 |
| Octal | 322 | 332 | 216 | 4 | 0 | 43 | 17 | 102 | 63 | 107 |
| Binary | 11010010 | 11011010 | 10001110 | 100 | 0 | 100011 | 1111 | 1000010 | 110011 | 1000111 |
Color Harmonies of #D2DA8E
Complementary color
Monochromatic Colors of #D2DA8E
Black with #D2DA8E
Text Example
Text Example
White with #D2DA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DA8E; }
p { color: rgb(210,218,142); }
H1.HeaderClassName
{
color: #D2DA8E;
}
.AnyTagClassName
{
color: #D2DA8E;
}
</style>
background-color css
<style>
a { background-color: #D2DA8E; }
a { background-color: rgb(210,218,142); }
div.DivClassName
{
background-color: #D2DA8E;
}
.BgClassName
{
background-color: #D2DA8E;
}
</style>
border-color css
<style>
span { border-color: #D2DA8E; }
span { border-color: rgb(210,218,142); }
td.TdClassName
{
border-color: #D2DA8E;
}
.TagClassName
{
border-color: #D2DA8E;
}
</style>