Shades of Deco #D1DC80
Tints of Deco #D1DC80
RGB
CMYK
RGB Variations
Color information
#D1DC80 (or 0xD1DC80) is known color: Deco. HEX triplet: D1, DC and 80. RGB value is (209,220,128). Sum of RGB (Red+Green+Blue) = 209+220+128=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 128 (50.39% from 255 or 22.98% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DC80 is #2E237F. Grayscale: #CECECE. Windows color (decimal): -3023744 or 8445137. OLE color: 8445137.
HSL color Cylindrical-coordinate representation of color #D1DC80: hue angle of 67.17º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D1DC80 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 220 | 128 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.14 |
| HSL | 67.17º | 0.57% | 0.68% | - |
| HSV(B) | 67.17º | 0.42% | 0.86% | - |
| XYZ | 55.78 | 66.3 | 30.28 | - |
| YUV | 206.22 | 83.86 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 220 | 128 | 0.05 | 0 | 0.42 | 0.14 | 67.17 | 0.57 | 0.68 |
| Hex | D1 | DC | 80 | 5 | 0 | 2A | E | 43 | 39 | 44 |
| Octal | 321 | 334 | 200 | 5 | 0 | 52 | 16 | 103 | 71 | 104 |
| Binary | 11010001 | 11011100 | 10000000 | 101 | 0 | 101010 | 1110 | 1000011 | 111001 | 1000100 |
Color Harmonies of #D1DC80
Complementary color
Monochromatic Colors of #D1DC80
Black with #D1DC80
Text Example
Text Example
White with #D1DC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DC80; }
p { color: rgb(209,220,128); }
H1.HeaderClassName
{
color: #D1DC80;
}
.AnyTagClassName
{
color: #D1DC80;
}
</style>
background-color css
<style>
a { background-color: #D1DC80; }
a { background-color: rgb(209,220,128); }
div.DivClassName
{
background-color: #D1DC80;
}
.BgClassName
{
background-color: #D1DC80;
}
</style>
border-color css
<style>
span { border-color: #D1DC80; }
span { border-color: rgb(209,220,128); }
td.TdClassName
{
border-color: #D1DC80;
}
.TagClassName
{
border-color: #D1DC80;
}
</style>