Shades of Deco #D5DA81
Tints of Deco #D5DA81
RGB
CMYK
RGB Variations
Color information
#D5DA81 (or 0xD5DA81) is known color: Deco. HEX triplet: D5, DA and 81. RGB value is (213,218,129). Sum of RGB (Red+Green+Blue) = 213+218+129=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 129 (50.78% from 255 or 23.04% from 560); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DA81 is #2A257E. Grayscale: #CECECE. Windows color (decimal): -2762111 or 8510165. OLE color: 8510165.
HSL color Cylindrical-coordinate representation of color #D5DA81: hue angle of 63.37º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5DA81 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 218 | 129 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.15 |
| HSL | 63.37º | 0.55% | 0.68% | - |
| HSV(B) | 63.37º | 0.41% | 0.85% | - |
| XYZ | 56.47 | 65.87 | 30.51 | - |
| YUV | 206.36 | 84.34 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 218 | 129 | 0.02 | 0 | 0.41 | 0.15 | 63.37 | 0.55 | 0.68 |
| Hex | D5 | DA | 81 | 2 | 0 | 29 | F | 3F | 37 | 44 |
| Octal | 325 | 332 | 201 | 2 | 0 | 51 | 17 | 77 | 67 | 104 |
| Binary | 11010101 | 11011010 | 10000001 | 10 | 0 | 101001 | 1111 | 111111 | 110111 | 1000100 |
Color Harmonies of #D5DA81
Complementary color
Monochromatic Colors of #D5DA81
Black with #D5DA81
Text Example
Text Example
White with #D5DA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DA81; }
p { color: rgb(213,218,129); }
H1.HeaderClassName
{
color: #D5DA81;
}
.AnyTagClassName
{
color: #D5DA81;
}
</style>
background-color css
<style>
a { background-color: #D5DA81; }
a { background-color: rgb(213,218,129); }
div.DivClassName
{
background-color: #D5DA81;
}
.BgClassName
{
background-color: #D5DA81;
}
</style>
border-color css
<style>
span { border-color: #D5DA81; }
span { border-color: rgb(213,218,129); }
td.TdClassName
{
border-color: #D5DA81;
}
.TagClassName
{
border-color: #D5DA81;
}
</style>