Shades of Deco #D0D893
Tints of Deco #D0D893
RGB
CMYK
RGB Variations
Color information
#D0D893 (or 0xD0D893) is known color: Deco. HEX triplet: D0, D8 and 93. RGB value is (208,216,147). Sum of RGB (Red+Green+Blue) = 208+216+147=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 147 (57.81% from 255 or 25.74% from 571); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D893 is #2F276C. Grayscale: #CECECE. Windows color (decimal): -3090285 or 9689296. OLE color: 9689296.
HSL color Cylindrical-coordinate representation of color #D0D893: hue angle of 66.96º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0D893 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 216 | 147 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.15 |
| HSL | 66.96º | 0.47% | 0.71% | - |
| HSV(B) | 66.96º | 0.32% | 0.85% | - |
| XYZ | 55.83 | 64.63 | 37.14 | - |
| YUV | 205.74 | 94.85 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 216 | 147 | 0.04 | 0 | 0.32 | 0.15 | 66.96 | 0.47 | 0.71 |
| Hex | D0 | D8 | 93 | 4 | 0 | 20 | F | 43 | 2F | 47 |
| Octal | 320 | 330 | 223 | 4 | 0 | 40 | 17 | 103 | 57 | 107 |
| Binary | 11010000 | 11011000 | 10010011 | 100 | 0 | 100000 | 1111 | 1000011 | 101111 | 1000111 |
Color Harmonies of #D0D893
Complementary color
Monochromatic Colors of #D0D893
Black with #D0D893
Text Example
Text Example
White with #D0D893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D893; }
p { color: rgb(208,216,147); }
H1.HeaderClassName
{
color: #D0D893;
}
.AnyTagClassName
{
color: #D0D893;
}
</style>
background-color css
<style>
a { background-color: #D0D893; }
a { background-color: rgb(208,216,147); }
div.DivClassName
{
background-color: #D0D893;
}
.BgClassName
{
background-color: #D0D893;
}
</style>
border-color css
<style>
span { border-color: #D0D893; }
span { border-color: rgb(208,216,147); }
td.TdClassName
{
border-color: #D0D893;
}
.TagClassName
{
border-color: #D0D893;
}
</style>