Shades of Deco #D1D075
Tints of Deco #D1D075
RGB
CMYK
RGB Variations
Color information
#D1D075 (or 0xD1D075) is known color: Deco. HEX triplet: D1, D0 and 75. RGB value is (209,208,117). Sum of RGB (Red+Green+Blue) = 209+208+117=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D075 is #2E2F8A. Grayscale: #C6C6C6. Windows color (decimal): -3026827 or 7721169. OLE color: 7721169.
HSL color Cylindrical-coordinate representation of color #D1D075: hue angle of 59.35º 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 #D1D075 is Cyan = 0, Magento = 0.00, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 208 | 117 | - |
| CMYK | 0 | 0.00 | 0.44 | 0.18 |
| HSL | 59.35º | 0.5% | 0.64% | - |
| HSV(B) | 59.35º | 0.44% | 0.82% | - |
| XYZ | 52.06 | 59.95 | 25.66 | - |
| YUV | 197.93 | 82.33 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 208 | 117 | 0 | 0.00 | 0.44 | 0.18 | 59.35 | 0.5 | 0.64 |
| Hex | D1 | D0 | 75 | 0 | 0 | 2C | 12 | 3B | 32 | 40 |
| Octal | 321 | 320 | 165 | 0 | 0 | 54 | 22 | 73 | 62 | 100 |
| Binary | 11010001 | 11010000 | 1110101 | 0 | 0 | 101100 | 10010 | 111011 | 110010 | 1000000 |
Color Harmonies of #D1D075
Complementary color
Monochromatic Colors of #D1D075
Black with #D1D075
Text Example
Text Example
White with #D1D075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D075; }
p { color: rgb(209,208,117); }
H1.HeaderClassName
{
color: #D1D075;
}
.AnyTagClassName
{
color: #D1D075;
}
</style>
background-color css
<style>
a { background-color: #D1D075; }
a { background-color: rgb(209,208,117); }
div.DivClassName
{
background-color: #D1D075;
}
.BgClassName
{
background-color: #D1D075;
}
</style>
border-color css
<style>
span { border-color: #D1D075; }
span { border-color: rgb(209,208,117); }
td.TdClassName
{
border-color: #D1D075;
}
.TagClassName
{
border-color: #D1D075;
}
</style>