Shades of Deco #D4DA90
Tints of Deco #D4DA90
RGB
CMYK
RGB Variations
Color information
#D4DA90 (or 0xD4DA90) is known color: Deco. HEX triplet: D4, DA and 90. RGB value is (212,218,144). Sum of RGB (Red+Green+Blue) = 212+218+144=574 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.93% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 144 (56.64% from 255 or 25.09% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DA90 is #2B256F. Grayscale: #D0D0D0. Windows color (decimal): -2827632 or 9493204. OLE color: 9493204.
HSL color Cylindrical-coordinate representation of color #D4DA90: hue angle of 64.86º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D4DA90 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 218 | 144 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.15 |
| HSL | 64.86º | 0.5% | 0.71% | - |
| HSV(B) | 64.86º | 0.34% | 0.85% | - |
| XYZ | 57.26 | 66.15 | 36.14 | - |
| YUV | 207.77 | 92.01 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 218 | 144 | 0.03 | 0 | 0.34 | 0.15 | 64.86 | 0.5 | 0.71 |
| Hex | D4 | DA | 90 | 3 | 0 | 22 | F | 41 | 32 | 47 |
| Octal | 324 | 332 | 220 | 3 | 0 | 42 | 17 | 101 | 62 | 107 |
| Binary | 11010100 | 11011010 | 10010000 | 11 | 0 | 100010 | 1111 | 1000001 | 110010 | 1000111 |
Color Harmonies of #D4DA90
Complementary color
Monochromatic Colors of #D4DA90
Black with #D4DA90
Text Example
Text Example
White with #D4DA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DA90; }
p { color: rgb(212,218,144); }
H1.HeaderClassName
{
color: #D4DA90;
}
.AnyTagClassName
{
color: #D4DA90;
}
</style>
background-color css
<style>
a { background-color: #D4DA90; }
a { background-color: rgb(212,218,144); }
div.DivClassName
{
background-color: #D4DA90;
}
.BgClassName
{
background-color: #D4DA90;
}
</style>
border-color css
<style>
span { border-color: #D4DA90; }
span { border-color: rgb(212,218,144); }
td.TdClassName
{
border-color: #D4DA90;
}
.TagClassName
{
border-color: #D4DA90;
}
</style>