Shades of Deco #D3DB94
Tints of Deco #D3DB94
RGB
CMYK
RGB Variations
Color information
#D3DB94 (or 0xD3DB94) is known color: Deco. HEX triplet: D3, DB and 94. RGB value is (211,219,148). Sum of RGB (Red+Green+Blue) = 211+219+148=578 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.51% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 148 (58.20% from 255 or 25.61% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DB94 is #2C246B. Grayscale: #D0D0D0. Windows color (decimal): -2892908 or 9755603. OLE color: 9755603.
HSL color Cylindrical-coordinate representation of color #D3DB94: hue angle of 66.76º 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 #D3DB94 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 219 | 148 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.14 |
| HSL | 66.76º | 0.5% | 0.72% | - |
| HSV(B) | 66.76º | 0.32% | 0.86% | - |
| XYZ | 57.54 | 66.65 | 37.85 | - |
| YUV | 208.51 | 93.85 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 219 | 148 | 0.04 | 0 | 0.32 | 0.14 | 66.76 | 0.5 | 0.72 |
| Hex | D3 | DB | 94 | 4 | 0 | 20 | E | 43 | 32 | 48 |
| Octal | 323 | 333 | 224 | 4 | 0 | 40 | 16 | 103 | 62 | 110 |
| Binary | 11010011 | 11011011 | 10010100 | 100 | 0 | 100000 | 1110 | 1000011 | 110010 | 1001000 |
Color Harmonies of #D3DB94
Complementary color
Monochromatic Colors of #D3DB94
Black with #D3DB94
Text Example
Text Example
White with #D3DB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DB94; }
p { color: rgb(211,219,148); }
H1.HeaderClassName
{
color: #D3DB94;
}
.AnyTagClassName
{
color: #D3DB94;
}
</style>
background-color css
<style>
a { background-color: #D3DB94; }
a { background-color: rgb(211,219,148); }
div.DivClassName
{
background-color: #D3DB94;
}
.BgClassName
{
background-color: #D3DB94;
}
</style>
border-color css
<style>
span { border-color: #D3DB94; }
span { border-color: rgb(211,219,148); }
td.TdClassName
{
border-color: #D3DB94;
}
.TagClassName
{
border-color: #D3DB94;
}
</style>