Shades of Putty #D0A675
Tints of Putty #D0A675
RGB
CMYK
RGB Variations
Color information
#D0A675 (or 0xD0A675) is known color: Putty. HEX triplet: D0, A6 and 75. RGB value is (208,166,117). Sum of RGB (Red+Green+Blue) = 208+166+117=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A675 is #2F598A. Grayscale: #ADADAD. Windows color (decimal): -3103115 or 7710416. OLE color: 7710416.
HSL color Cylindrical-coordinate representation of color #D0A675: hue angle of 32.31º degrees, saturation: 0.49, 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 #D0A675 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 166 | 117 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.18 |
| HSL | 32.31º | 0.49% | 0.64% | - |
| HSV(B) | 32.31º | 0.44% | 0.82% | - |
| XYZ | 42.86 | 41.97 | 22.67 | - |
| YUV | 172.97 | 96.41 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 166 | 117 | 0 | 0.20 | 0.44 | 0.18 | 32.31 | 0.49 | 0.64 |
| Hex | D0 | A6 | 75 | 0 | 14 | 2C | 12 | 20 | 31 | 40 |
| Octal | 320 | 246 | 165 | 0 | 24 | 54 | 22 | 40 | 61 | 100 |
| Binary | 11010000 | 10100110 | 1110101 | 0 | 10100 | 101100 | 10010 | 100000 | 110001 | 1000000 |
Color Harmonies of #D0A675
Complementary color
Monochromatic Colors of #D0A675
Black with #D0A675
Text Example
Text Example
White with #D0A675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A675; }
p { color: rgb(208,166,117); }
H1.HeaderClassName
{
color: #D0A675;
}
.AnyTagClassName
{
color: #D0A675;
}
</style>
background-color css
<style>
a { background-color: #D0A675; }
a { background-color: rgb(208,166,117); }
div.DivClassName
{
background-color: #D0A675;
}
.BgClassName
{
background-color: #D0A675;
}
</style>
border-color css
<style>
span { border-color: #D0A675; }
span { border-color: rgb(208,166,117); }
td.TdClassName
{
border-color: #D0A675;
}
.TagClassName
{
border-color: #D0A675;
}
</style>