Shades of Deco #D0DB7E
Tints of Deco #D0DB7E
RGB
CMYK
RGB Variations
Color information
#D0DB7E (or 0xD0DB7E) is known color: Deco. HEX triplet: D0, DB and 7E. RGB value is (208,219,126). Sum of RGB (Red+Green+Blue) = 208+219+126=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 126 (49.61% from 255 or 22.78% from 553); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DB7E is #2F2481. Grayscale: #CDCDCD. Windows color (decimal): -3089538 or 8313808. OLE color: 8313808.
HSL color Cylindrical-coordinate representation of color #D0DB7E: hue angle of 67.1º 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 #D0DB7E is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 219 | 126 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.14 |
| HSL | 67.1º | 0.56% | 0.68% | - |
| HSV(B) | 67.1º | 0.42% | 0.86% | - |
| XYZ | 55.11 | 65.58 | 29.49 | - |
| YUV | 205.11 | 83.36 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 219 | 126 | 0.05 | 0 | 0.42 | 0.14 | 67.1 | 0.56 | 0.68 |
| Hex | D0 | DB | 7E | 5 | 0 | 2A | E | 43 | 38 | 44 |
| Octal | 320 | 333 | 176 | 5 | 0 | 52 | 16 | 103 | 70 | 104 |
| Binary | 11010000 | 11011011 | 1111110 | 101 | 0 | 101010 | 1110 | 1000011 | 111000 | 1000100 |
Color Harmonies of #D0DB7E
Complementary color
Monochromatic Colors of #D0DB7E
Black with #D0DB7E
Text Example
Text Example
White with #D0DB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DB7E; }
p { color: rgb(208,219,126); }
H1.HeaderClassName
{
color: #D0DB7E;
}
.AnyTagClassName
{
color: #D0DB7E;
}
</style>
background-color css
<style>
a { background-color: #D0DB7E; }
a { background-color: rgb(208,219,126); }
div.DivClassName
{
background-color: #D0DB7E;
}
.BgClassName
{
background-color: #D0DB7E;
}
</style>
border-color css
<style>
span { border-color: #D0DB7E; }
span { border-color: rgb(208,219,126); }
td.TdClassName
{
border-color: #D0DB7E;
}
.TagClassName
{
border-color: #D0DB7E;
}
</style>