Shades of Deco #D8DA85
Tints of Deco #D8DA85
RGB
CMYK
RGB Variations
Color information
#D8DA85 (or 0xD8DA85) is known color: Deco. HEX triplet: D8, DA and 85. RGB value is (216,218,133). Sum of RGB (Red+Green+Blue) = 216+218+133=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 133 (52.34% from 255 or 23.46% from 567); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DA85 is #27257A. Grayscale: #D0D0D0. Windows color (decimal): -2565499 or 8772312. OLE color: 8772312.
HSL color Cylindrical-coordinate representation of color #D8DA85: hue angle of 61.41º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D8DA85 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 218 | 133 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.15 |
| HSL | 61.41º | 0.53% | 0.69% | - |
| HSV(B) | 61.41º | 0.39% | 0.85% | - |
| XYZ | 57.62 | 66.44 | 31.98 | - |
| YUV | 207.71 | 85.84 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 133 | 0.01 | 0 | 0.39 | 0.15 | 61.41 | 0.53 | 0.69 |
| Hex | D8 | DA | 85 | 1 | 0 | 27 | F | 3D | 35 | 45 |
| Octal | 330 | 332 | 205 | 1 | 0 | 47 | 17 | 75 | 65 | 105 |
| Binary | 11011000 | 11011010 | 10000101 | 1 | 0 | 100111 | 1111 | 111101 | 110101 | 1000101 |
Color Harmonies of #D8DA85
Complementary color
Monochromatic Colors of #D8DA85
Black with #D8DA85
Text Example
Text Example
White with #D8DA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DA85; }
p { color: rgb(216,218,133); }
H1.HeaderClassName
{
color: #D8DA85;
}
.AnyTagClassName
{
color: #D8DA85;
}
</style>
background-color css
<style>
a { background-color: #D8DA85; }
a { background-color: rgb(216,218,133); }
div.DivClassName
{
background-color: #D8DA85;
}
.BgClassName
{
background-color: #D8DA85;
}
</style>
border-color css
<style>
span { border-color: #D8DA85; }
span { border-color: rgb(216,218,133); }
td.TdClassName
{
border-color: #D8DA85;
}
.TagClassName
{
border-color: #D8DA85;
}
</style>