Shades of Putty #D1A675
Tints of Putty #D1A675
RGB
CMYK
RGB Variations
Color information
#D1A675 (or 0xD1A675) is known color: Putty. HEX triplet: D1, A6 and 75. RGB value is (209,166,117). Sum of RGB (Red+Green+Blue) = 209+166+117=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A675 is #2E598A. Grayscale: #ADADAD. Windows color (decimal): -3037579 or 7710417. OLE color: 7710417.
HSL color Cylindrical-coordinate representation of color #D1A675: hue angle of 31.96º 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 #D1A675 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 166 | 117 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.18 |
| HSL | 31.96º | 0.5% | 0.64% | - |
| HSV(B) | 31.96º | 0.44% | 0.82% | - |
| XYZ | 43.14 | 42.11 | 22.68 | - |
| YUV | 173.27 | 96.25 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 117 | 0 | 0.21 | 0.44 | 0.18 | 31.96 | 0.5 | 0.64 |
| Hex | D1 | A6 | 75 | 0 | 15 | 2C | 12 | 20 | 32 | 40 |
| Octal | 321 | 246 | 165 | 0 | 25 | 54 | 22 | 40 | 62 | 100 |
| Binary | 11010001 | 10100110 | 1110101 | 0 | 10101 | 101100 | 10010 | 100000 | 110010 | 1000000 |
Color Harmonies of #D1A675
Complementary color
Monochromatic Colors of #D1A675
Black with #D1A675
Text Example
Text Example
White with #D1A675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A675; }
p { color: rgb(209,166,117); }
H1.HeaderClassName
{
color: #D1A675;
}
.AnyTagClassName
{
color: #D1A675;
}
</style>
background-color css
<style>
a { background-color: #D1A675; }
a { background-color: rgb(209,166,117); }
div.DivClassName
{
background-color: #D1A675;
}
.BgClassName
{
background-color: #D1A675;
}
</style>
border-color css
<style>
span { border-color: #D1A675; }
span { border-color: rgb(209,166,117); }
td.TdClassName
{
border-color: #D1A675;
}
.TagClassName
{
border-color: #D1A675;
}
</style>