Shades of Putty #D0A876
Tints of Putty #D0A876
RGB
CMYK
RGB Variations
Color information
#D0A876 (or 0xD0A876) is known color: Putty. HEX triplet: D0, A8 and 76. RGB value is (208,168,118). Sum of RGB (Red+Green+Blue) = 208+168+118=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A876 is #2F5789. Grayscale: #AEAEAE. Windows color (decimal): -3102602 or 7776464. OLE color: 7776464.
HSL color Cylindrical-coordinate representation of color #D0A876: hue angle of 33.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0A876 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 168 | 118 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.18 |
| HSL | 33.33º | 0.49% | 0.64% | - |
| HSV(B) | 33.33º | 0.43% | 0.82% | - |
| XYZ | 43.29 | 42.72 | 23.1 | - |
| YUV | 174.26 | 96.25 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 168 | 118 | 0 | 0.19 | 0.43 | 0.18 | 33.33 | 0.49 | 0.64 |
| Hex | D0 | A8 | 76 | 0 | 13 | 2B | 12 | 21 | 31 | 40 |
| Octal | 320 | 250 | 166 | 0 | 23 | 53 | 22 | 41 | 61 | 100 |
| Binary | 11010000 | 10101000 | 1110110 | 0 | 10011 | 101011 | 10010 | 100001 | 110001 | 1000000 |
Color Harmonies of #D0A876
Complementary color
Monochromatic Colors of #D0A876
Black with #D0A876
Text Example
Text Example
White with #D0A876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A876; }
p { color: rgb(208,168,118); }
H1.HeaderClassName
{
color: #D0A876;
}
.AnyTagClassName
{
color: #D0A876;
}
</style>
background-color css
<style>
a { background-color: #D0A876; }
a { background-color: rgb(208,168,118); }
div.DivClassName
{
background-color: #D0A876;
}
.BgClassName
{
background-color: #D0A876;
}
</style>
border-color css
<style>
span { border-color: #D0A876; }
span { border-color: rgb(208,168,118); }
td.TdClassName
{
border-color: #D0A876;
}
.TagClassName
{
border-color: #D0A876;
}
</style>