Shades of Deco #D0DB93
Tints of Deco #D0DB93
RGB
CMYK
RGB Variations
Color information
#D0DB93 (or 0xD0DB93) is known color: Deco. HEX triplet: D0, DB and 93. RGB value is (208,219,147). Sum of RGB (Red+Green+Blue) = 208+219+147=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 147 (57.81% from 255 or 25.61% from 574); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DB93 is #2F246C. Grayscale: #CFCFCF. Windows color (decimal): -3089517 or 9690064. OLE color: 9690064.
HSL color Cylindrical-coordinate representation of color #D0DB93: hue angle of 69.17º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0DB93 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 219 | 147 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.14 |
| HSL | 69.17º | 0.5% | 0.72% | - |
| HSV(B) | 69.17º | 0.33% | 0.86% | - |
| XYZ | 56.61 | 66.18 | 37.39 | - |
| YUV | 207.5 | 93.86 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 219 | 147 | 0.05 | 0 | 0.33 | 0.14 | 69.17 | 0.5 | 0.72 |
| Hex | D0 | DB | 93 | 5 | 0 | 21 | E | 45 | 32 | 48 |
| Octal | 320 | 333 | 223 | 5 | 0 | 41 | 16 | 105 | 62 | 110 |
| Binary | 11010000 | 11011011 | 10010011 | 101 | 0 | 100001 | 1110 | 1000101 | 110010 | 1001000 |
Color Harmonies of #D0DB93
Complementary color
Monochromatic Colors of #D0DB93
Black with #D0DB93
Text Example
Text Example
White with #D0DB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DB93; }
p { color: rgb(208,219,147); }
H1.HeaderClassName
{
color: #D0DB93;
}
.AnyTagClassName
{
color: #D0DB93;
}
</style>
background-color css
<style>
a { background-color: #D0DB93; }
a { background-color: rgb(208,219,147); }
div.DivClassName
{
background-color: #D0DB93;
}
.BgClassName
{
background-color: #D0DB93;
}
</style>
border-color css
<style>
span { border-color: #D0DB93; }
span { border-color: rgb(208,219,147); }
td.TdClassName
{
border-color: #D0DB93;
}
.TagClassName
{
border-color: #D0DB93;
}
</style>