Shades of Putty #D1AF6E
Tints of Putty #D1AF6E
RGB
CMYK
RGB Variations
Color information
#D1AF6E (or 0xD1AF6E) is known color: Putty. HEX triplet: D1, AF and 6E. RGB value is (209,175,110). Sum of RGB (Red+Green+Blue) = 209+175+110=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AF6E is #2E5091. Grayscale: #B2B2B2. Windows color (decimal): -3035282 or 7253969. OLE color: 7253969.
HSL color Cylindrical-coordinate representation of color #D1AF6E: hue angle of 39.39º 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 #D1AF6E is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 175 | 110 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.18 |
| HSL | 39.39º | 0.52% | 0.63% | - |
| HSV(B) | 39.39º | 0.47% | 0.82% | - |
| XYZ | 44.44 | 45.34 | 21.16 | - |
| YUV | 177.76 | 89.76 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 110 | 0 | 0.16 | 0.47 | 0.18 | 39.39 | 0.52 | 0.63 |
| Hex | D1 | AF | 6E | 0 | 10 | 2F | 12 | 27 | 34 | 3F |
| Octal | 321 | 257 | 156 | 0 | 20 | 57 | 22 | 47 | 64 | 77 |
| Binary | 11010001 | 10101111 | 1101110 | 0 | 10000 | 101111 | 10010 | 100111 | 110100 | 111111 |
Color Harmonies of #D1AF6E
Complementary color
Monochromatic Colors of #D1AF6E
Black with #D1AF6E
Text Example
Text Example
White with #D1AF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AF6E; }
p { color: rgb(209,175,110); }
H1.HeaderClassName
{
color: #D1AF6E;
}
.AnyTagClassName
{
color: #D1AF6E;
}
</style>
background-color css
<style>
a { background-color: #D1AF6E; }
a { background-color: rgb(209,175,110); }
div.DivClassName
{
background-color: #D1AF6E;
}
.BgClassName
{
background-color: #D1AF6E;
}
</style>
border-color css
<style>
span { border-color: #D1AF6E; }
span { border-color: rgb(209,175,110); }
td.TdClassName
{
border-color: #D1AF6E;
}
.TagClassName
{
border-color: #D1AF6E;
}
</style>