Shades of Deco #D0D38E
Tints of Deco #D0D38E
RGB
CMYK
RGB Variations
Color information
#D0D38E (or 0xD0D38E) is known color: Deco. HEX triplet: D0, D3 and 8E. RGB value is (208,211,142). Sum of RGB (Red+Green+Blue) = 208+211+142=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 211 (82.81% from 255 or 37.61% from 561); Blue value is 142 (55.86% from 255 or 25.31% from 561); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D38E is #2F2C71. Grayscale: #CACACA. Windows color (decimal): -3091570 or 9360336. OLE color: 9360336.
HSL color Cylindrical-coordinate representation of color #D0D38E: hue angle of 62.61º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0D38E is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 211 | 142 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.17 |
| HSL | 62.61º | 0.44% | 0.69% | - |
| HSV(B) | 62.61º | 0.33% | 0.83% | - |
| XYZ | 54.19 | 61.95 | 34.69 | - |
| YUV | 202.24 | 94.01 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 211 | 142 | 0.01 | 0 | 0.33 | 0.17 | 62.61 | 0.44 | 0.69 |
| Hex | D0 | D3 | 8E | 1 | 0 | 21 | 11 | 3F | 2C | 45 |
| Octal | 320 | 323 | 216 | 1 | 0 | 41 | 21 | 77 | 54 | 105 |
| Binary | 11010000 | 11010011 | 10001110 | 1 | 0 | 100001 | 10001 | 111111 | 101100 | 1000101 |
Color Harmonies of #D0D38E
Complementary color
Monochromatic Colors of #D0D38E
Black with #D0D38E
Text Example
Text Example
White with #D0D38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D38E; }
p { color: rgb(208,211,142); }
H1.HeaderClassName
{
color: #D0D38E;
}
.AnyTagClassName
{
color: #D0D38E;
}
</style>
background-color css
<style>
a { background-color: #D0D38E; }
a { background-color: rgb(208,211,142); }
div.DivClassName
{
background-color: #D0D38E;
}
.BgClassName
{
background-color: #D0D38E;
}
</style>
border-color css
<style>
span { border-color: #D0D38E; }
span { border-color: rgb(208,211,142); }
td.TdClassName
{
border-color: #D0D38E;
}
.TagClassName
{
border-color: #D0D38E;
}
</style>