Shades of Deco #D2DB80
Tints of Deco #D2DB80
RGB
CMYK
RGB Variations
Color information
#D2DB80 (or 0xD2DB80) is known color: Deco. HEX triplet: D2, DB and 80. RGB value is (210,219,128). Sum of RGB (Red+Green+Blue) = 210+219+128=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 128 (50.39% from 255 or 22.98% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DB80 is #2D247F. Grayscale: #CECECE. Windows color (decimal): -2958464 or 8444882. OLE color: 8444882.
HSL color Cylindrical-coordinate representation of color #D2DB80: hue angle of 65.93º degrees, saturation: 0.56, 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 #D2DB80 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 219 | 128 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.14 |
| HSL | 65.93º | 0.56% | 0.68% | - |
| HSV(B) | 65.93º | 0.42% | 0.86% | - |
| XYZ | 55.81 | 65.92 | 30.21 | - |
| YUV | 205.94 | 84.02 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 219 | 128 | 0.04 | 0 | 0.42 | 0.14 | 65.93 | 0.56 | 0.68 |
| Hex | D2 | DB | 80 | 4 | 0 | 2A | E | 42 | 38 | 44 |
| Octal | 322 | 333 | 200 | 4 | 0 | 52 | 16 | 102 | 70 | 104 |
| Binary | 11010010 | 11011011 | 10000000 | 100 | 0 | 101010 | 1110 | 1000010 | 111000 | 1000100 |
Color Harmonies of #D2DB80
Complementary color
Monochromatic Colors of #D2DB80
Black with #D2DB80
Text Example
Text Example
White with #D2DB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DB80; }
p { color: rgb(210,219,128); }
H1.HeaderClassName
{
color: #D2DB80;
}
.AnyTagClassName
{
color: #D2DB80;
}
</style>
background-color css
<style>
a { background-color: #D2DB80; }
a { background-color: rgb(210,219,128); }
div.DivClassName
{
background-color: #D2DB80;
}
.BgClassName
{
background-color: #D2DB80;
}
</style>
border-color css
<style>
span { border-color: #D2DB80; }
span { border-color: rgb(210,219,128); }
td.TdClassName
{
border-color: #D2DB80;
}
.TagClassName
{
border-color: #D2DB80;
}
</style>