Shades of Deco #D0DD93
Tints of Deco #D0DD93
RGB
CMYK
RGB Variations
Color information
#D0DD93 (or 0xD0DD93) is known color: Deco. HEX triplet: D0, DD and 93. RGB value is (208,221,147). Sum of RGB (Red+Green+Blue) = 208+221+147=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 147 (57.81% from 255 or 25.52% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DD93 is #2F226C. Grayscale: #D0D0D0. Windows color (decimal): -3089005 or 9690576. OLE color: 9690576.
HSL color Cylindrical-coordinate representation of color #D0DD93: hue angle of 70.54º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0DD93 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 147 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.13 |
| HSL | 70.54º | 0.52% | 0.72% | - |
| HSV(B) | 70.54º | 0.33% | 0.87% | - |
| XYZ | 57.14 | 67.23 | 37.57 | - |
| YUV | 208.68 | 93.19 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 147 | 0.06 | 0 | 0.33 | 0.13 | 70.54 | 0.52 | 0.72 |
| Hex | D0 | DD | 93 | 6 | 0 | 21 | D | 47 | 34 | 48 |
| Octal | 320 | 335 | 223 | 6 | 0 | 41 | 15 | 107 | 64 | 110 |
| Binary | 11010000 | 11011101 | 10010011 | 110 | 0 | 100001 | 1101 | 1000111 | 110100 | 1001000 |
Color Harmonies of #D0DD93
Complementary color
Monochromatic Colors of #D0DD93
Black with #D0DD93
Text Example
Text Example
White with #D0DD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DD93; }
p { color: rgb(208,221,147); }
H1.HeaderClassName
{
color: #D0DD93;
}
.AnyTagClassName
{
color: #D0DD93;
}
</style>
background-color css
<style>
a { background-color: #D0DD93; }
a { background-color: rgb(208,221,147); }
div.DivClassName
{
background-color: #D0DD93;
}
.BgClassName
{
background-color: #D0DD93;
}
</style>
border-color css
<style>
span { border-color: #D0DD93; }
span { border-color: rgb(208,221,147); }
td.TdClassName
{
border-color: #D0DD93;
}
.TagClassName
{
border-color: #D0DD93;
}
</style>