Shades of Putty #D1AA6C
Tints of Putty #D1AA6C
RGB
CMYK
RGB Variations
Color information
#D1AA6C (or 0xD1AA6C) is known color: Putty. HEX triplet: D1, AA and 6C. RGB value is (209,170,108). Sum of RGB (Red+Green+Blue) = 209+170+108=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AA6C is #2E5593. Grayscale: #AEAEAE. Windows color (decimal): -3036564 or 7121617. OLE color: 7121617.
HSL color Cylindrical-coordinate representation of color #D1AA6C: hue angle of 36.83º 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 #D1AA6C is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 108 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.18 |
| HSL | 36.83º | 0.52% | 0.62% | - |
| HSV(B) | 36.83º | 0.48% | 0.82% | - |
| XYZ | 43.38 | 43.39 | 20.28 | - |
| YUV | 174.59 | 90.42 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 108 | 0 | 0.19 | 0.48 | 0.18 | 36.83 | 0.52 | 0.62 |
| Hex | D1 | AA | 6C | 0 | 13 | 30 | 12 | 25 | 34 | 3E |
| Octal | 321 | 252 | 154 | 0 | 23 | 60 | 22 | 45 | 64 | 76 |
| Binary | 11010001 | 10101010 | 1101100 | 0 | 10011 | 110000 | 10010 | 100101 | 110100 | 111110 |
Color Harmonies of #D1AA6C
Complementary color
Monochromatic Colors of #D1AA6C
Black with #D1AA6C
Text Example
Text Example
White with #D1AA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AA6C; }
p { color: rgb(209,170,108); }
H1.HeaderClassName
{
color: #D1AA6C;
}
.AnyTagClassName
{
color: #D1AA6C;
}
</style>
background-color css
<style>
a { background-color: #D1AA6C; }
a { background-color: rgb(209,170,108); }
div.DivClassName
{
background-color: #D1AA6C;
}
.BgClassName
{
background-color: #D1AA6C;
}
</style>
border-color css
<style>
span { border-color: #D1AA6C; }
span { border-color: rgb(209,170,108); }
td.TdClassName
{
border-color: #D1AA6C;
}
.TagClassName
{
border-color: #D1AA6C;
}
</style>