Shades of Deco #D0DE8A
Tints of Deco #D0DE8A
RGB
CMYK
RGB Variations
Color information
#D0DE8A (or 0xD0DE8A) is known color: Deco. HEX triplet: D0, DE and 8A. RGB value is (208,222,138). Sum of RGB (Red+Green+Blue) = 208+222+138=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 138 (54.30% from 255 or 24.30% from 568); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DE8A is #2F2175. Grayscale: #D0D0D0. Windows color (decimal): -3088758 or 9101008. OLE color: 9101008.
HSL color Cylindrical-coordinate representation of color #D0DE8A: hue angle of 70º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0DE8A is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 222 | 138 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.13 |
| HSL | 70º | 0.56% | 0.71% | - |
| HSV(B) | 70º | 0.38% | 0.87% | - |
| XYZ | 56.72 | 67.49 | 34.08 | - |
| YUV | 208.24 | 88.36 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 222 | 138 | 0.06 | 0 | 0.38 | 0.13 | 70 | 0.56 | 0.71 |
| Hex | D0 | DE | 8A | 6 | 0 | 26 | D | 46 | 38 | 47 |
| Octal | 320 | 336 | 212 | 6 | 0 | 46 | 15 | 106 | 70 | 107 |
| Binary | 11010000 | 11011110 | 10001010 | 110 | 0 | 100110 | 1101 | 1000110 | 111000 | 1000111 |
Color Harmonies of #D0DE8A
Complementary color
Monochromatic Colors of #D0DE8A
Black with #D0DE8A
Text Example
Text Example
White with #D0DE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DE8A; }
p { color: rgb(208,222,138); }
H1.HeaderClassName
{
color: #D0DE8A;
}
.AnyTagClassName
{
color: #D0DE8A;
}
</style>
background-color css
<style>
a { background-color: #D0DE8A; }
a { background-color: rgb(208,222,138); }
div.DivClassName
{
background-color: #D0DE8A;
}
.BgClassName
{
background-color: #D0DE8A;
}
</style>
border-color css
<style>
span { border-color: #D0DE8A; }
span { border-color: rgb(208,222,138); }
td.TdClassName
{
border-color: #D0DE8A;
}
.TagClassName
{
border-color: #D0DE8A;
}
</style>