Shades of Deco #D0D085
Tints of Deco #D0D085
RGB
CMYK
RGB Variations
Color information
#D0D085 (or 0xD0D085) is known color: Deco. HEX triplet: D0, D0 and 85. RGB value is (208,208,133). Sum of RGB (Red+Green+Blue) = 208+208+133=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D085 is #2F2F7A. Grayscale: #C7C7C7. Windows color (decimal): -3092347 or 8769744. OLE color: 8769744.
HSL color Cylindrical-coordinate representation of color #D0D085: hue angle of 60º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0D085 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 208 | 133 | - |
| CMYK | 0 | 0 | 0.36 | 0.18 |
| HSL | 60º | 0.44% | 0.67% | - |
| HSV(B) | 60º | 0.36% | 0.82% | - |
| XYZ | 52.8 | 60.22 | 31.03 | - |
| YUV | 199.45 | 90.5 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 208 | 133 | 0 | 0 | 0.36 | 0.18 | 60 | 0.44 | 0.67 |
| Hex | D0 | D0 | 85 | 0 | 0 | 24 | 12 | 3C | 2C | 43 |
| Octal | 320 | 320 | 205 | 0 | 0 | 44 | 22 | 74 | 54 | 103 |
| Binary | 11010000 | 11010000 | 10000101 | 0 | 0 | 100100 | 10010 | 111100 | 101100 | 1000011 |
Color Harmonies of #D0D085
Complementary color
Monochromatic Colors of #D0D085
Black with #D0D085
Text Example
Text Example
White with #D0D085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D085; }
p { color: rgb(208,208,133); }
H1.HeaderClassName
{
color: #D0D085;
}
.AnyTagClassName
{
color: #D0D085;
}
</style>
background-color css
<style>
a { background-color: #D0D085; }
a { background-color: rgb(208,208,133); }
div.DivClassName
{
background-color: #D0D085;
}
.BgClassName
{
background-color: #D0D085;
}
</style>
border-color css
<style>
span { border-color: #D0D085; }
span { border-color: rgb(208,208,133); }
td.TdClassName
{
border-color: #D0D085;
}
.TagClassName
{
border-color: #D0D085;
}
</style>