Shades of Deco #D5DD85
Tints of Deco #D5DD85
RGB
CMYK
RGB Variations
Color information
#D5DD85 (or 0xD5DD85) is known color: Deco. HEX triplet: D5, DD and 85. RGB value is (213,221,133). Sum of RGB (Red+Green+Blue) = 213+221+133=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 133 (52.34% from 255 or 23.46% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DD85 is #2A227A. Grayscale: #D0D0D0. Windows color (decimal): -2761339 or 8773077. OLE color: 8773077.
HSL color Cylindrical-coordinate representation of color #D5DD85: hue angle of 65.45º 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 #D5DD85 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 221 | 133 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.13 |
| HSL | 65.45º | 0.56% | 0.69% | - |
| HSV(B) | 65.45º | 0.4% | 0.87% | - |
| XYZ | 57.53 | 67.55 | 32.2 | - |
| YUV | 208.58 | 85.35 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 221 | 133 | 0.04 | 0 | 0.40 | 0.13 | 65.45 | 0.56 | 0.69 |
| Hex | D5 | DD | 85 | 4 | 0 | 28 | D | 41 | 38 | 45 |
| Octal | 325 | 335 | 205 | 4 | 0 | 50 | 15 | 101 | 70 | 105 |
| Binary | 11010101 | 11011101 | 10000101 | 100 | 0 | 101000 | 1101 | 1000001 | 111000 | 1000101 |
Color Harmonies of #D5DD85
Complementary color
Monochromatic Colors of #D5DD85
Black with #D5DD85
Text Example
Text Example
White with #D5DD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DD85; }
p { color: rgb(213,221,133); }
H1.HeaderClassName
{
color: #D5DD85;
}
.AnyTagClassName
{
color: #D5DD85;
}
</style>
background-color css
<style>
a { background-color: #D5DD85; }
a { background-color: rgb(213,221,133); }
div.DivClassName
{
background-color: #D5DD85;
}
.BgClassName
{
background-color: #D5DD85;
}
</style>
border-color css
<style>
span { border-color: #D5DD85; }
span { border-color: rgb(213,221,133); }
td.TdClassName
{
border-color: #D5DD85;
}
.TagClassName
{
border-color: #D5DD85;
}
</style>