Shades of Deco #D5DA8D
Tints of Deco #D5DA8D
RGB
CMYK
RGB Variations
Color information
#D5DA8D (or 0xD5DA8D) is known color: Deco. HEX triplet: D5, DA and 8D. RGB value is (213,218,141). Sum of RGB (Red+Green+Blue) = 213+218+141=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 141 (55.47% from 255 or 24.65% from 572); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DA8D is #2A2572. Grayscale: #D0D0D0. Windows color (decimal): -2762099 or 9296597. OLE color: 9296597.
HSL color Cylindrical-coordinate representation of color #D5DA8D: hue angle of 63.9º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D5DA8D is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 218 | 141 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.15 |
| HSL | 63.9º | 0.51% | 0.7% | - |
| HSV(B) | 63.9º | 0.35% | 0.85% | - |
| XYZ | 57.32 | 66.21 | 34.96 | - |
| YUV | 207.73 | 90.34 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 218 | 141 | 0.02 | 0 | 0.35 | 0.15 | 63.9 | 0.51 | 0.7 |
| Hex | D5 | DA | 8D | 2 | 0 | 23 | F | 40 | 33 | 46 |
| Octal | 325 | 332 | 215 | 2 | 0 | 43 | 17 | 100 | 63 | 106 |
| Binary | 11010101 | 11011010 | 10001101 | 10 | 0 | 100011 | 1111 | 1000000 | 110011 | 1000110 |
Color Harmonies of #D5DA8D
Complementary color
Monochromatic Colors of #D5DA8D
Black with #D5DA8D
Text Example
Text Example
White with #D5DA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DA8D; }
p { color: rgb(213,218,141); }
H1.HeaderClassName
{
color: #D5DA8D;
}
.AnyTagClassName
{
color: #D5DA8D;
}
</style>
background-color css
<style>
a { background-color: #D5DA8D; }
a { background-color: rgb(213,218,141); }
div.DivClassName
{
background-color: #D5DA8D;
}
.BgClassName
{
background-color: #D5DA8D;
}
</style>
border-color css
<style>
span { border-color: #D5DA8D; }
span { border-color: rgb(213,218,141); }
td.TdClassName
{
border-color: #D5DA8D;
}
.TagClassName
{
border-color: #D5DA8D;
}
</style>