Shades of Putty #D1AF6F
Tints of Putty #D1AF6F
RGB
CMYK
RGB Variations
Color information
#D1AF6F (or 0xD1AF6F) is known color: Putty. HEX triplet: D1, AF and 6F. RGB value is (209,175,111). Sum of RGB (Red+Green+Blue) = 209+175+111=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AF6F is #2E5090. Grayscale: #B2B2B2. Windows color (decimal): -3035281 or 7319505. OLE color: 7319505.
HSL color Cylindrical-coordinate representation of color #D1AF6F: hue angle of 39.18º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1AF6F is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 175 | 111 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.18 |
| HSL | 39.18º | 0.52% | 0.63% | - |
| HSV(B) | 39.18º | 0.47% | 0.82% | - |
| XYZ | 44.49 | 45.36 | 21.45 | - |
| YUV | 177.87 | 90.26 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 111 | 0 | 0.16 | 0.47 | 0.18 | 39.18 | 0.52 | 0.63 |
| Hex | D1 | AF | 6F | 0 | 10 | 2F | 12 | 27 | 34 | 3F |
| Octal | 321 | 257 | 157 | 0 | 20 | 57 | 22 | 47 | 64 | 77 |
| Binary | 11010001 | 10101111 | 1101111 | 0 | 10000 | 101111 | 10010 | 100111 | 110100 | 111111 |
Color Harmonies of #D1AF6F
Complementary color
Monochromatic Colors of #D1AF6F
Black with #D1AF6F
Text Example
Text Example
White with #D1AF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AF6F; }
p { color: rgb(209,175,111); }
H1.HeaderClassName
{
color: #D1AF6F;
}
.AnyTagClassName
{
color: #D1AF6F;
}
</style>
background-color css
<style>
a { background-color: #D1AF6F; }
a { background-color: rgb(209,175,111); }
div.DivClassName
{
background-color: #D1AF6F;
}
.BgClassName
{
background-color: #D1AF6F;
}
</style>
border-color css
<style>
span { border-color: #D1AF6F; }
span { border-color: rgb(209,175,111); }
td.TdClassName
{
border-color: #D1AF6F;
}
.TagClassName
{
border-color: #D1AF6F;
}
</style>