Shades of Deco #D0DA90
Tints of Deco #D0DA90
RGB
CMYK
RGB Variations
Color information
#D0DA90 (or 0xD0DA90) is known color: Deco. HEX triplet: D0, DA and 90. RGB value is (208,218,144). Sum of RGB (Red+Green+Blue) = 208+218+144=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 144 (56.64% from 255 or 25.26% from 570); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DA90 is #2F256F. Grayscale: #CECECE. Windows color (decimal): -3089776 or 9493200. OLE color: 9493200.
HSL color Cylindrical-coordinate representation of color #D0DA90: hue angle of 68.11º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0DA90 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 218 | 144 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.15 |
| HSL | 68.11º | 0.5% | 0.71% | - |
| HSV(B) | 68.11º | 0.34% | 0.85% | - |
| XYZ | 56.12 | 65.57 | 36.08 | - |
| YUV | 206.57 | 92.69 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 144 | 0.05 | 0 | 0.34 | 0.15 | 68.11 | 0.5 | 0.71 |
| Hex | D0 | DA | 90 | 5 | 0 | 22 | F | 44 | 32 | 47 |
| Octal | 320 | 332 | 220 | 5 | 0 | 42 | 17 | 104 | 62 | 107 |
| Binary | 11010000 | 11011010 | 10010000 | 101 | 0 | 100010 | 1111 | 1000100 | 110010 | 1000111 |
Color Harmonies of #D0DA90
Complementary color
Monochromatic Colors of #D0DA90
Black with #D0DA90
Text Example
Text Example
White with #D0DA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DA90; }
p { color: rgb(208,218,144); }
H1.HeaderClassName
{
color: #D0DA90;
}
.AnyTagClassName
{
color: #D0DA90;
}
</style>
background-color css
<style>
a { background-color: #D0DA90; }
a { background-color: rgb(208,218,144); }
div.DivClassName
{
background-color: #D0DA90;
}
.BgClassName
{
background-color: #D0DA90;
}
</style>
border-color css
<style>
span { border-color: #D0DA90; }
span { border-color: rgb(208,218,144); }
td.TdClassName
{
border-color: #D0DA90;
}
.TagClassName
{
border-color: #D0DA90;
}
</style>