Shades of Deco #D4DA83
Tints of Deco #D4DA83
RGB
CMYK
RGB Variations
Color information
#D4DA83 (or 0xD4DA83) is known color: Deco. HEX triplet: D4, DA and 83. RGB value is (212,218,131). Sum of RGB (Red+Green+Blue) = 212+218+131=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 131 (51.56% from 255 or 23.35% from 561); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DA83 is #2B257C. Grayscale: #CECECE. Windows color (decimal): -2827645 or 8641236. OLE color: 8641236.
HSL color Cylindrical-coordinate representation of color #D4DA83: hue angle of 64.14º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4DA83 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 218 | 131 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.15 |
| HSL | 64.14º | 0.54% | 0.68% | - |
| HSV(B) | 64.14º | 0.4% | 0.85% | - |
| XYZ | 56.32 | 65.78 | 31.2 | - |
| YUV | 206.29 | 85.51 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 218 | 131 | 0.03 | 0 | 0.40 | 0.15 | 64.14 | 0.54 | 0.68 |
| Hex | D4 | DA | 83 | 3 | 0 | 28 | F | 40 | 36 | 44 |
| Octal | 324 | 332 | 203 | 3 | 0 | 50 | 17 | 100 | 66 | 104 |
| Binary | 11010100 | 11011010 | 10000011 | 11 | 0 | 101000 | 1111 | 1000000 | 110110 | 1000100 |
Color Harmonies of #D4DA83
Complementary color
Monochromatic Colors of #D4DA83
Black with #D4DA83
Text Example
Text Example
White with #D4DA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DA83; }
p { color: rgb(212,218,131); }
H1.HeaderClassName
{
color: #D4DA83;
}
.AnyTagClassName
{
color: #D4DA83;
}
</style>
background-color css
<style>
a { background-color: #D4DA83; }
a { background-color: rgb(212,218,131); }
div.DivClassName
{
background-color: #D4DA83;
}
.BgClassName
{
background-color: #D4DA83;
}
</style>
border-color css
<style>
span { border-color: #D4DA83; }
span { border-color: rgb(212,218,131); }
td.TdClassName
{
border-color: #D4DA83;
}
.TagClassName
{
border-color: #D4DA83;
}
</style>