Shades of Putty #D0A76C
Tints of Putty #D0A76C
RGB
CMYK
RGB Variations
Color information
#D0A76C (or 0xD0A76C) is known color: Putty. HEX triplet: D0, A7 and 6C. RGB value is (208,167,108). Sum of RGB (Red+Green+Blue) = 208+167+108=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A76C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A76C is #2F5893. Grayscale: #ACACAC. Windows color (decimal): -3102868 or 7120848. OLE color: 7120848.
HSL color Cylindrical-coordinate representation of color #D0A76C: hue angle of 35.4º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0A76C is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 167 | 108 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.18 |
| HSL | 35.4º | 0.52% | 0.62% | - |
| HSV(B) | 35.4º | 0.48% | 0.82% | - |
| XYZ | 42.54 | 42.13 | 20.08 | - |
| YUV | 172.53 | 91.58 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 167 | 108 | 0 | 0.20 | 0.48 | 0.18 | 35.4 | 0.52 | 0.62 |
| Hex | D0 | A7 | 6C | 0 | 14 | 30 | 12 | 23 | 34 | 3E |
| Octal | 320 | 247 | 154 | 0 | 24 | 60 | 22 | 43 | 64 | 76 |
| Binary | 11010000 | 10100111 | 1101100 | 0 | 10100 | 110000 | 10010 | 100011 | 110100 | 111110 |
Color Harmonies of #D0A76C
Complementary color
Monochromatic Colors of #D0A76C
Black with #D0A76C
Text Example
Text Example
White with #D0A76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A76C; }
p { color: rgb(208,167,108); }
H1.HeaderClassName
{
color: #D0A76C;
}
.AnyTagClassName
{
color: #D0A76C;
}
</style>
background-color css
<style>
a { background-color: #D0A76C; }
a { background-color: rgb(208,167,108); }
div.DivClassName
{
background-color: #D0A76C;
}
.BgClassName
{
background-color: #D0A76C;
}
</style>
border-color css
<style>
span { border-color: #D0A76C; }
span { border-color: rgb(208,167,108); }
td.TdClassName
{
border-color: #D0A76C;
}
.TagClassName
{
border-color: #D0A76C;
}
</style>