Shades of Putty #D1A876
Tints of Putty #D1A876
RGB
CMYK
RGB Variations
Color information
#D1A876 (or 0xD1A876) is known color: Putty. HEX triplet: D1, A8 and 76. RGB value is (209,168,118). Sum of RGB (Red+Green+Blue) = 209+168+118=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A876 is #2E5789. Grayscale: #AEAEAE. Windows color (decimal): -3037066 or 7776465. OLE color: 7776465.
HSL color Cylindrical-coordinate representation of color #D1A876: hue angle of 32.97º 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 #D1A876 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 168 | 118 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.18 |
| HSL | 32.97º | 0.5% | 0.64% | - |
| HSV(B) | 32.97º | 0.44% | 0.82% | - |
| XYZ | 43.57 | 42.87 | 23.12 | - |
| YUV | 174.56 | 96.08 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 168 | 118 | 0 | 0.20 | 0.44 | 0.18 | 32.97 | 0.5 | 0.64 |
| Hex | D1 | A8 | 76 | 0 | 14 | 2C | 12 | 21 | 32 | 40 |
| Octal | 321 | 250 | 166 | 0 | 24 | 54 | 22 | 41 | 62 | 100 |
| Binary | 11010001 | 10101000 | 1110110 | 0 | 10100 | 101100 | 10010 | 100001 | 110010 | 1000000 |
Color Harmonies of #D1A876
Complementary color
Monochromatic Colors of #D1A876
Black with #D1A876
Text Example
Text Example
White with #D1A876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A876; }
p { color: rgb(209,168,118); }
H1.HeaderClassName
{
color: #D1A876;
}
.AnyTagClassName
{
color: #D1A876;
}
</style>
background-color css
<style>
a { background-color: #D1A876; }
a { background-color: rgb(209,168,118); }
div.DivClassName
{
background-color: #D1A876;
}
.BgClassName
{
background-color: #D1A876;
}
</style>
border-color css
<style>
span { border-color: #D1A876; }
span { border-color: rgb(209,168,118); }
td.TdClassName
{
border-color: #D1A876;
}
.TagClassName
{
border-color: #D1A876;
}
</style>