Shades of Deco #D0D38B
Tints of Deco #D0D38B
RGB
CMYK
RGB Variations
Color information
#D0D38B (or 0xD0D38B) is known color: Deco. HEX triplet: D0, D3 and 8B. RGB value is (208,211,139). Sum of RGB (Red+Green+Blue) = 208+211+139=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 139 (54.69% from 255 or 24.91% from 558); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D38B is #2F2C74. Grayscale: #CACACA. Windows color (decimal): -3091573 or 9163728. OLE color: 9163728.
HSL color Cylindrical-coordinate representation of color #D0D38B: hue angle of 62.5º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0D38B is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 211 | 139 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.17 |
| HSL | 62.5º | 0.45% | 0.69% | - |
| HSV(B) | 62.5º | 0.34% | 0.83% | - |
| XYZ | 53.97 | 61.86 | 33.52 | - |
| YUV | 201.9 | 92.51 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 211 | 139 | 0.01 | 0 | 0.34 | 0.17 | 62.5 | 0.45 | 0.69 |
| Hex | D0 | D3 | 8B | 1 | 0 | 22 | 11 | 3F | 2D | 45 |
| Octal | 320 | 323 | 213 | 1 | 0 | 42 | 21 | 77 | 55 | 105 |
| Binary | 11010000 | 11010011 | 10001011 | 1 | 0 | 100010 | 10001 | 111111 | 101101 | 1000101 |
Color Harmonies of #D0D38B
Complementary color
Monochromatic Colors of #D0D38B
Black with #D0D38B
Text Example
Text Example
White with #D0D38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D38B; }
p { color: rgb(208,211,139); }
H1.HeaderClassName
{
color: #D0D38B;
}
.AnyTagClassName
{
color: #D0D38B;
}
</style>
background-color css
<style>
a { background-color: #D0D38B; }
a { background-color: rgb(208,211,139); }
div.DivClassName
{
background-color: #D0D38B;
}
.BgClassName
{
background-color: #D0D38B;
}
</style>
border-color css
<style>
span { border-color: #D0D38B; }
span { border-color: rgb(208,211,139); }
td.TdClassName
{
border-color: #D0D38B;
}
.TagClassName
{
border-color: #D0D38B;
}
</style>