Shades of Deco #D4DD8A
Tints of Deco #D4DD8A
RGB
CMYK
RGB Variations
Color information
#D4DD8A (or 0xD4DD8A) is known color: Deco. HEX triplet: D4, DD and 8A. RGB value is (212,221,138). Sum of RGB (Red+Green+Blue) = 212+221+138=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 138 (54.30% from 255 or 24.17% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DD8A is #2B2275. Grayscale: #D1D1D1. Windows color (decimal): -2826870 or 9100756. OLE color: 9100756.
HSL color Cylindrical-coordinate representation of color #D4DD8A: hue angle of 66.51º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D4DD8A is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 221 | 138 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.13 |
| HSL | 66.51º | 0.55% | 0.7% | - |
| HSV(B) | 66.51º | 0.38% | 0.87% | - |
| XYZ | 57.6 | 67.54 | 34.05 | - |
| YUV | 208.85 | 88.02 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 221 | 138 | 0.04 | 0 | 0.38 | 0.13 | 66.51 | 0.55 | 0.7 |
| Hex | D4 | DD | 8A | 4 | 0 | 26 | D | 43 | 37 | 46 |
| Octal | 324 | 335 | 212 | 4 | 0 | 46 | 15 | 103 | 67 | 106 |
| Binary | 11010100 | 11011101 | 10001010 | 100 | 0 | 100110 | 1101 | 1000011 | 110111 | 1000110 |
Color Harmonies of #D4DD8A
Complementary color
Monochromatic Colors of #D4DD8A
Black with #D4DD8A
Text Example
Text Example
White with #D4DD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DD8A; }
p { color: rgb(212,221,138); }
H1.HeaderClassName
{
color: #D4DD8A;
}
.AnyTagClassName
{
color: #D4DD8A;
}
</style>
background-color css
<style>
a { background-color: #D4DD8A; }
a { background-color: rgb(212,221,138); }
div.DivClassName
{
background-color: #D4DD8A;
}
.BgClassName
{
background-color: #D4DD8A;
}
</style>
border-color css
<style>
span { border-color: #D4DD8A; }
span { border-color: rgb(212,221,138); }
td.TdClassName
{
border-color: #D4DD8A;
}
.TagClassName
{
border-color: #D4DD8A;
}
</style>