Shades of Deco #D1DA84
Tints of Deco #D1DA84
RGB
CMYK
RGB Variations
Color information
#D1DA84 (or 0xD1DA84) is known color: Deco. HEX triplet: D1, DA and 84. RGB value is (209,218,132). Sum of RGB (Red+Green+Blue) = 209+218+132=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 132 (51.95% from 255 or 23.61% from 559); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DA84 is #2E257B. Grayscale: #CDCDCD. Windows color (decimal): -3024252 or 8706769. OLE color: 8706769.
HSL color Cylindrical-coordinate representation of color #D1DA84: hue angle of 66.28º degrees, saturation: 0.54, 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 #D1DA84 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 218 | 132 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.15 |
| HSL | 66.28º | 0.54% | 0.69% | - |
| HSV(B) | 66.28º | 0.39% | 0.85% | - |
| XYZ | 55.53 | 65.36 | 31.52 | - |
| YUV | 205.51 | 86.52 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 132 | 0.04 | 0 | 0.39 | 0.15 | 66.28 | 0.54 | 0.69 |
| Hex | D1 | DA | 84 | 4 | 0 | 27 | F | 42 | 36 | 45 |
| Octal | 321 | 332 | 204 | 4 | 0 | 47 | 17 | 102 | 66 | 105 |
| Binary | 11010001 | 11011010 | 10000100 | 100 | 0 | 100111 | 1111 | 1000010 | 110110 | 1000101 |
Color Harmonies of #D1DA84
Complementary color
Monochromatic Colors of #D1DA84
Black with #D1DA84
Text Example
Text Example
White with #D1DA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DA84; }
p { color: rgb(209,218,132); }
H1.HeaderClassName
{
color: #D1DA84;
}
.AnyTagClassName
{
color: #D1DA84;
}
</style>
background-color css
<style>
a { background-color: #D1DA84; }
a { background-color: rgb(209,218,132); }
div.DivClassName
{
background-color: #D1DA84;
}
.BgClassName
{
background-color: #D1DA84;
}
</style>
border-color css
<style>
span { border-color: #D1DA84; }
span { border-color: rgb(209,218,132); }
td.TdClassName
{
border-color: #D1DA84;
}
.TagClassName
{
border-color: #D1DA84;
}
</style>