Shades of Deco #D0DE7E
Tints of Deco #D0DE7E
RGB
CMYK
RGB Variations
Color information
#D0DE7E (or 0xD0DE7E) is known color: Deco. HEX triplet: D0, DE and 7E. RGB value is (208,222,126). Sum of RGB (Red+Green+Blue) = 208+222+126=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 126 (49.61% from 255 or 22.66% from 556); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DE7E is #2F2181. Grayscale: #CFCFCF. Windows color (decimal): -3088770 or 8314576. OLE color: 8314576.
HSL color Cylindrical-coordinate representation of color #D0DE7E: hue angle of 68.75º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0DE7E is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 222 | 126 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.13 |
| HSL | 68.75º | 0.59% | 0.68% | - |
| HSV(B) | 68.75º | 0.43% | 0.87% | - |
| XYZ | 55.9 | 67.16 | 29.76 | - |
| YUV | 206.87 | 82.36 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 222 | 126 | 0.06 | 0 | 0.43 | 0.13 | 68.75 | 0.59 | 0.68 |
| Hex | D0 | DE | 7E | 6 | 0 | 2B | D | 45 | 3B | 44 |
| Octal | 320 | 336 | 176 | 6 | 0 | 53 | 15 | 105 | 73 | 104 |
| Binary | 11010000 | 11011110 | 1111110 | 110 | 0 | 101011 | 1101 | 1000101 | 111011 | 1000100 |
Color Harmonies of #D0DE7E
Complementary color
Monochromatic Colors of #D0DE7E
Black with #D0DE7E
Text Example
Text Example
White with #D0DE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DE7E; }
p { color: rgb(208,222,126); }
H1.HeaderClassName
{
color: #D0DE7E;
}
.AnyTagClassName
{
color: #D0DE7E;
}
</style>
background-color css
<style>
a { background-color: #D0DE7E; }
a { background-color: rgb(208,222,126); }
div.DivClassName
{
background-color: #D0DE7E;
}
.BgClassName
{
background-color: #D0DE7E;
}
</style>
border-color css
<style>
span { border-color: #D0DE7E; }
span { border-color: rgb(208,222,126); }
td.TdClassName
{
border-color: #D0DE7E;
}
.TagClassName
{
border-color: #D0DE7E;
}
</style>