Shades of Deco #D4DD85
Tints of Deco #D4DD85
RGB
CMYK
RGB Variations
Color information
#D4DD85 (or 0xD4DD85) is known color: Deco. HEX triplet: D4, DD and 85. RGB value is (212,221,133). Sum of RGB (Red+Green+Blue) = 212+221+133=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 133 (52.34% from 255 or 23.50% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DD85 is #2B227A. Grayscale: #D0D0D0. Windows color (decimal): -2826875 or 8773076. OLE color: 8773076.
HSL color Cylindrical-coordinate representation of color #D4DD85: hue angle of 66.14º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4DD85 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 221 | 133 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.13 |
| HSL | 66.14º | 0.56% | 0.69% | - |
| HSV(B) | 66.14º | 0.4% | 0.87% | - |
| XYZ | 57.24 | 67.4 | 32.18 | - |
| YUV | 208.28 | 85.52 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 221 | 133 | 0.04 | 0 | 0.40 | 0.13 | 66.14 | 0.56 | 0.69 |
| Hex | D4 | DD | 85 | 4 | 0 | 28 | D | 42 | 38 | 45 |
| Octal | 324 | 335 | 205 | 4 | 0 | 50 | 15 | 102 | 70 | 105 |
| Binary | 11010100 | 11011101 | 10000101 | 100 | 0 | 101000 | 1101 | 1000010 | 111000 | 1000101 |
Color Harmonies of #D4DD85
Complementary color
Monochromatic Colors of #D4DD85
Black with #D4DD85
Text Example
Text Example
White with #D4DD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DD85; }
p { color: rgb(212,221,133); }
H1.HeaderClassName
{
color: #D4DD85;
}
.AnyTagClassName
{
color: #D4DD85;
}
</style>
background-color css
<style>
a { background-color: #D4DD85; }
a { background-color: rgb(212,221,133); }
div.DivClassName
{
background-color: #D4DD85;
}
.BgClassName
{
background-color: #D4DD85;
}
</style>
border-color css
<style>
span { border-color: #D4DD85; }
span { border-color: rgb(212,221,133); }
td.TdClassName
{
border-color: #D4DD85;
}
.TagClassName
{
border-color: #D4DD85;
}
</style>