Shades of Deco #D0D175
Tints of Deco #D0D175
RGB
CMYK
RGB Variations
Color information
#D0D175 (or 0xD0D175) is known color: Deco. HEX triplet: D0, D1 and 75. RGB value is (208,209,117). Sum of RGB (Red+Green+Blue) = 208+209+117=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D175 is #2F2E8A. Grayscale: #C6C6C6. Windows color (decimal): -3092107 or 7721424. OLE color: 7721424.
HSL color Cylindrical-coordinate representation of color #D0D175: hue angle of 60.65º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0D175 is Cyan = 0.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 209 | 117 | - |
| CMYK | 0.00 | 0 | 0.44 | 0.18 |
| HSL | 60.65º | 0.5% | 0.64% | - |
| HSV(B) | 60.65º | 0.44% | 0.82% | - |
| XYZ | 52.02 | 60.3 | 25.73 | - |
| YUV | 198.21 | 82.17 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 209 | 117 | 0.00 | 0 | 0.44 | 0.18 | 60.65 | 0.5 | 0.64 |
| Hex | D0 | D1 | 75 | 0 | 0 | 2C | 12 | 3D | 32 | 40 |
| Octal | 320 | 321 | 165 | 0 | 0 | 54 | 22 | 75 | 62 | 100 |
| Binary | 11010000 | 11010001 | 1110101 | 0 | 0 | 101100 | 10010 | 111101 | 110010 | 1000000 |
Color Harmonies of #D0D175
Complementary color
Monochromatic Colors of #D0D175
Black with #D0D175
Text Example
Text Example
White with #D0D175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D175; }
p { color: rgb(208,209,117); }
H1.HeaderClassName
{
color: #D0D175;
}
.AnyTagClassName
{
color: #D0D175;
}
</style>
background-color css
<style>
a { background-color: #D0D175; }
a { background-color: rgb(208,209,117); }
div.DivClassName
{
background-color: #D0D175;
}
.BgClassName
{
background-color: #D0D175;
}
</style>
border-color css
<style>
span { border-color: #D0D175; }
span { border-color: rgb(208,209,117); }
td.TdClassName
{
border-color: #D0D175;
}
.TagClassName
{
border-color: #D0D175;
}
</style>