Shades of Deco #D5DA89
Tints of Deco #D5DA89
RGB
CMYK
RGB Variations
Color information
#D5DA89 (or 0xD5DA89) is known color: Deco. HEX triplet: D5, DA and 89. RGB value is (213,218,137). Sum of RGB (Red+Green+Blue) = 213+218+137=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 137 (53.91% from 255 or 24.12% from 568); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DA89 is #2A2576. Grayscale: #CFCFCF. Windows color (decimal): -2762103 or 9034453. OLE color: 9034453.
HSL color Cylindrical-coordinate representation of color #D5DA89: hue angle of 63.7º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D5DA89 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 218 | 137 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.15 |
| HSL | 63.7º | 0.52% | 0.7% | - |
| HSV(B) | 63.7º | 0.37% | 0.85% | - |
| XYZ | 57.03 | 66.1 | 33.42 | - |
| YUV | 207.27 | 88.34 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 218 | 137 | 0.02 | 0 | 0.37 | 0.15 | 63.7 | 0.52 | 0.7 |
| Hex | D5 | DA | 89 | 2 | 0 | 25 | F | 40 | 34 | 46 |
| Octal | 325 | 332 | 211 | 2 | 0 | 45 | 17 | 100 | 64 | 106 |
| Binary | 11010101 | 11011010 | 10001001 | 10 | 0 | 100101 | 1111 | 1000000 | 110100 | 1000110 |
Color Harmonies of #D5DA89
Complementary color
Monochromatic Colors of #D5DA89
Black with #D5DA89
Text Example
Text Example
White with #D5DA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DA89; }
p { color: rgb(213,218,137); }
H1.HeaderClassName
{
color: #D5DA89;
}
.AnyTagClassName
{
color: #D5DA89;
}
</style>
background-color css
<style>
a { background-color: #D5DA89; }
a { background-color: rgb(213,218,137); }
div.DivClassName
{
background-color: #D5DA89;
}
.BgClassName
{
background-color: #D5DA89;
}
</style>
border-color css
<style>
span { border-color: #D5DA89; }
span { border-color: rgb(213,218,137); }
td.TdClassName
{
border-color: #D5DA89;
}
.TagClassName
{
border-color: #D5DA89;
}
</style>