Shades of Deco #D0DB7A
Tints of Deco #D0DB7A
RGB
CMYK
RGB Variations
Color information
#D0DB7A (or 0xD0DB7A) is known color: Deco. HEX triplet: D0, DB and 7A. RGB value is (208,219,122). Sum of RGB (Red+Green+Blue) = 208+219+122=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 122 (48.05% from 255 or 22.22% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DB7A is #2F2485. Grayscale: #CDCDCD. Windows color (decimal): -3089542 or 8051664. OLE color: 8051664.
HSL color Cylindrical-coordinate representation of color #D0DB7A: hue angle of 66.8º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0DB7A is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 219 | 122 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.14 |
| HSL | 66.8º | 0.57% | 0.67% | - |
| HSV(B) | 66.8º | 0.44% | 0.86% | - |
| XYZ | 54.86 | 65.48 | 28.16 | - |
| YUV | 204.65 | 81.36 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 219 | 122 | 0.05 | 0 | 0.44 | 0.14 | 66.8 | 0.57 | 0.67 |
| Hex | D0 | DB | 7A | 5 | 0 | 2C | E | 43 | 39 | 43 |
| Octal | 320 | 333 | 172 | 5 | 0 | 54 | 16 | 103 | 71 | 103 |
| Binary | 11010000 | 11011011 | 1111010 | 101 | 0 | 101100 | 1110 | 1000011 | 111001 | 1000011 |
Color Harmonies of #D0DB7A
Complementary color
Monochromatic Colors of #D0DB7A
Black with #D0DB7A
Text Example
Text Example
White with #D0DB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DB7A; }
p { color: rgb(208,219,122); }
H1.HeaderClassName
{
color: #D0DB7A;
}
.AnyTagClassName
{
color: #D0DB7A;
}
</style>
background-color css
<style>
a { background-color: #D0DB7A; }
a { background-color: rgb(208,219,122); }
div.DivClassName
{
background-color: #D0DB7A;
}
.BgClassName
{
background-color: #D0DB7A;
}
</style>
border-color css
<style>
span { border-color: #D0DB7A; }
span { border-color: rgb(208,219,122); }
td.TdClassName
{
border-color: #D0DB7A;
}
.TagClassName
{
border-color: #D0DB7A;
}
</style>