Shades of Deco #D1DD85
Tints of Deco #D1DD85
RGB
CMYK
RGB Variations
Color information
#D1DD85 (or 0xD1DD85) is known color: Deco. HEX triplet: D1, DD and 85. RGB value is (209,221,133). Sum of RGB (Red+Green+Blue) = 209+221+133=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DD85 is #2E227A. Grayscale: #CFCFCF. Windows color (decimal): -3023483 or 8773073. OLE color: 8773073.
HSL color Cylindrical-coordinate representation of color #D1DD85: hue angle of 68.18º 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 #D1DD85 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 221 | 133 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.13 |
| HSL | 68.18º | 0.56% | 0.69% | - |
| HSV(B) | 68.18º | 0.4% | 0.87% | - |
| XYZ | 56.38 | 66.96 | 32.14 | - |
| YUV | 207.38 | 86.02 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 221 | 133 | 0.05 | 0 | 0.40 | 0.13 | 68.18 | 0.56 | 0.69 |
| Hex | D1 | DD | 85 | 5 | 0 | 28 | D | 44 | 38 | 45 |
| Octal | 321 | 335 | 205 | 5 | 0 | 50 | 15 | 104 | 70 | 105 |
| Binary | 11010001 | 11011101 | 10000101 | 101 | 0 | 101000 | 1101 | 1000100 | 111000 | 1000101 |
Color Harmonies of #D1DD85
Complementary color
Monochromatic Colors of #D1DD85
Black with #D1DD85
Text Example
Text Example
White with #D1DD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DD85; }
p { color: rgb(209,221,133); }
H1.HeaderClassName
{
color: #D1DD85;
}
.AnyTagClassName
{
color: #D1DD85;
}
</style>
background-color css
<style>
a { background-color: #D1DD85; }
a { background-color: rgb(209,221,133); }
div.DivClassName
{
background-color: #D1DD85;
}
.BgClassName
{
background-color: #D1DD85;
}
</style>
border-color css
<style>
span { border-color: #D1DD85; }
span { border-color: rgb(209,221,133); }
td.TdClassName
{
border-color: #D1DD85;
}
.TagClassName
{
border-color: #D1DD85;
}
</style>