Shades of Deco #D2DA82
Tints of Deco #D2DA82
RGB
CMYK
RGB Variations
Color information
#D2DA82 (or 0xD2DA82) is known color: Deco. HEX triplet: D2, DA and 82. RGB value is (210,218,130). Sum of RGB (Red+Green+Blue) = 210+218+130=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 130 (51.17% from 255 or 23.30% from 558); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DA82 is #2D257D. Grayscale: #CDCDCD. Windows color (decimal): -2958718 or 8575698. OLE color: 8575698.
HSL color Cylindrical-coordinate representation of color #D2DA82: hue angle of 65.45º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2DA82 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 218 | 130 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.15 |
| HSL | 65.45º | 0.54% | 0.68% | - |
| HSV(B) | 65.45º | 0.4% | 0.85% | - |
| XYZ | 55.68 | 65.46 | 30.82 | - |
| YUV | 205.58 | 85.35 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 218 | 130 | 0.04 | 0 | 0.40 | 0.15 | 65.45 | 0.54 | 0.68 |
| Hex | D2 | DA | 82 | 4 | 0 | 28 | F | 41 | 36 | 44 |
| Octal | 322 | 332 | 202 | 4 | 0 | 50 | 17 | 101 | 66 | 104 |
| Binary | 11010010 | 11011010 | 10000010 | 100 | 0 | 101000 | 1111 | 1000001 | 110110 | 1000100 |
Color Harmonies of #D2DA82
Complementary color
Monochromatic Colors of #D2DA82
Black with #D2DA82
Text Example
Text Example
White with #D2DA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DA82; }
p { color: rgb(210,218,130); }
H1.HeaderClassName
{
color: #D2DA82;
}
.AnyTagClassName
{
color: #D2DA82;
}
</style>
background-color css
<style>
a { background-color: #D2DA82; }
a { background-color: rgb(210,218,130); }
div.DivClassName
{
background-color: #D2DA82;
}
.BgClassName
{
background-color: #D2DA82;
}
</style>
border-color css
<style>
span { border-color: #D2DA82; }
span { border-color: rgb(210,218,130); }
td.TdClassName
{
border-color: #D2DA82;
}
.TagClassName
{
border-color: #D2DA82;
}
</style>