Shades of Deco #D2DB94
Tints of Deco #D2DB94
RGB
CMYK
RGB Variations
Color information
#D2DB94 (or 0xD2DB94) is known color: Deco. HEX triplet: D2, DB and 94. RGB value is (210,219,148). Sum of RGB (Red+Green+Blue) = 210+219+148=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 148 (58.20% from 255 or 25.65% from 577); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DB94 is #2D246B. Grayscale: #D0D0D0. Windows color (decimal): -2958444 or 9755602. OLE color: 9755602.
HSL color Cylindrical-coordinate representation of color #D2DB94: hue angle of 67.61º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2DB94 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 219 | 148 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.14 |
| HSL | 67.61º | 0.5% | 0.72% | - |
| HSV(B) | 67.61º | 0.32% | 0.86% | - |
| XYZ | 57.26 | 66.5 | 37.84 | - |
| YUV | 208.22 | 94.02 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 219 | 148 | 0.04 | 0 | 0.32 | 0.14 | 67.61 | 0.5 | 0.72 |
| Hex | D2 | DB | 94 | 4 | 0 | 20 | E | 44 | 32 | 48 |
| Octal | 322 | 333 | 224 | 4 | 0 | 40 | 16 | 104 | 62 | 110 |
| Binary | 11010010 | 11011011 | 10010100 | 100 | 0 | 100000 | 1110 | 1000100 | 110010 | 1001000 |
Color Harmonies of #D2DB94
Complementary color
Monochromatic Colors of #D2DB94
Black with #D2DB94
Text Example
Text Example
White with #D2DB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DB94; }
p { color: rgb(210,219,148); }
H1.HeaderClassName
{
color: #D2DB94;
}
.AnyTagClassName
{
color: #D2DB94;
}
</style>
background-color css
<style>
a { background-color: #D2DB94; }
a { background-color: rgb(210,219,148); }
div.DivClassName
{
background-color: #D2DB94;
}
.BgClassName
{
background-color: #D2DB94;
}
</style>
border-color css
<style>
span { border-color: #D2DB94; }
span { border-color: rgb(210,219,148); }
td.TdClassName
{
border-color: #D2DB94;
}
.TagClassName
{
border-color: #D2DB94;
}
</style>