Shades of Deco #D0DF90
Tints of Deco #D0DF90
RGB
CMYK
RGB Variations
Color information
#D0DF90 (or 0xD0DF90) is known color: Deco. HEX triplet: D0, DF and 90. RGB value is (208,223,144). Sum of RGB (Red+Green+Blue) = 208+223+144=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 144 (56.64% from 255 or 25.04% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DF90 is #2F206F. Grayscale: #D1D1D1. Windows color (decimal): -3088496 or 9494480. OLE color: 9494480.
HSL color Cylindrical-coordinate representation of color #D0DF90: hue angle of 71.39º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0DF90 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 144 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.13 |
| HSL | 71.39º | 0.55% | 0.72% | - |
| HSV(B) | 71.39º | 0.35% | 0.87% | - |
| XYZ | 57.43 | 68.2 | 36.52 | - |
| YUV | 209.51 | 91.03 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 144 | 0.07 | 0 | 0.35 | 0.13 | 71.39 | 0.55 | 0.72 |
| Hex | D0 | DF | 90 | 7 | 0 | 23 | D | 47 | 37 | 48 |
| Octal | 320 | 337 | 220 | 7 | 0 | 43 | 15 | 107 | 67 | 110 |
| Binary | 11010000 | 11011111 | 10010000 | 111 | 0 | 100011 | 1101 | 1000111 | 110111 | 1001000 |
Color Harmonies of #D0DF90
Complementary color
Monochromatic Colors of #D0DF90
Black with #D0DF90
Text Example
Text Example
White with #D0DF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DF90; }
p { color: rgb(208,223,144); }
H1.HeaderClassName
{
color: #D0DF90;
}
.AnyTagClassName
{
color: #D0DF90;
}
</style>
background-color css
<style>
a { background-color: #D0DF90; }
a { background-color: rgb(208,223,144); }
div.DivClassName
{
background-color: #D0DF90;
}
.BgClassName
{
background-color: #D0DF90;
}
</style>
border-color css
<style>
span { border-color: #D0DF90; }
span { border-color: rgb(208,223,144); }
td.TdClassName
{
border-color: #D0DF90;
}
.TagClassName
{
border-color: #D0DF90;
}
</style>