Shades of Deco #D0D88B
Tints of Deco #D0D88B
RGB
CMYK
RGB Variations
Color information
#D0D88B (or 0xD0D88B) is known color: Deco. HEX triplet: D0, D8 and 8B. RGB value is (208,216,139). Sum of RGB (Red+Green+Blue) = 208+216+139=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 139 (54.69% from 255 or 24.69% from 563); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D88B is #2F2774. Grayscale: #CDCDCD. Windows color (decimal): -3090293 or 9165008. OLE color: 9165008.
HSL color Cylindrical-coordinate representation of color #D0D88B: hue angle of 66.23º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0D88B is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 216 | 139 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.15 |
| HSL | 66.23º | 0.5% | 0.7% | - |
| HSV(B) | 66.23º | 0.36% | 0.85% | - |
| XYZ | 55.23 | 64.39 | 33.94 | - |
| YUV | 204.83 | 90.85 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 216 | 139 | 0.04 | 0 | 0.36 | 0.15 | 66.23 | 0.5 | 0.7 |
| Hex | D0 | D8 | 8B | 4 | 0 | 24 | F | 42 | 32 | 46 |
| Octal | 320 | 330 | 213 | 4 | 0 | 44 | 17 | 102 | 62 | 106 |
| Binary | 11010000 | 11011000 | 10001011 | 100 | 0 | 100100 | 1111 | 1000010 | 110010 | 1000110 |
Color Harmonies of #D0D88B
Complementary color
Monochromatic Colors of #D0D88B
Black with #D0D88B
Text Example
Text Example
White with #D0D88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D88B; }
p { color: rgb(208,216,139); }
H1.HeaderClassName
{
color: #D0D88B;
}
.AnyTagClassName
{
color: #D0D88B;
}
</style>
background-color css
<style>
a { background-color: #D0D88B; }
a { background-color: rgb(208,216,139); }
div.DivClassName
{
background-color: #D0D88B;
}
.BgClassName
{
background-color: #D0D88B;
}
</style>
border-color css
<style>
span { border-color: #D0D88B; }
span { border-color: rgb(208,216,139); }
td.TdClassName
{
border-color: #D0D88B;
}
.TagClassName
{
border-color: #D0D88B;
}
</style>