Shades of Putty #D1AF67
Tints of Putty #D1AF67
RGB
CMYK
RGB Variations
Color information
#D1AF67 (or 0xD1AF67) is known color: Putty. HEX triplet: D1, AF and 67. RGB value is (209,175,103). Sum of RGB (Red+Green+Blue) = 209+175+103=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 103 (40.62% from 255 or 21.15% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AF67 is #2E5098. Grayscale: #B1B1B1. Windows color (decimal): -3035289 or 6795217. OLE color: 6795217.
HSL color Cylindrical-coordinate representation of color #D1AF67: hue angle of 40.75º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1AF67 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 175 | 103 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.18 |
| HSL | 40.75º | 0.54% | 0.61% | - |
| HSV(B) | 40.75º | 0.51% | 0.82% | - |
| XYZ | 44.07 | 45.19 | 19.23 | - |
| YUV | 176.96 | 86.26 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 103 | 0 | 0.16 | 0.51 | 0.18 | 40.75 | 0.54 | 0.61 |
| Hex | D1 | AF | 67 | 0 | 10 | 33 | 12 | 29 | 36 | 3D |
| Octal | 321 | 257 | 147 | 0 | 20 | 63 | 22 | 51 | 66 | 75 |
| Binary | 11010001 | 10101111 | 1100111 | 0 | 10000 | 110011 | 10010 | 101001 | 110110 | 111101 |
Color Harmonies of #D1AF67
Complementary color
Monochromatic Colors of #D1AF67
Black with #D1AF67
Text Example
Text Example
White with #D1AF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AF67; }
p { color: rgb(209,175,103); }
H1.HeaderClassName
{
color: #D1AF67;
}
.AnyTagClassName
{
color: #D1AF67;
}
</style>
background-color css
<style>
a { background-color: #D1AF67; }
a { background-color: rgb(209,175,103); }
div.DivClassName
{
background-color: #D1AF67;
}
.BgClassName
{
background-color: #D1AF67;
}
</style>
border-color css
<style>
span { border-color: #D1AF67; }
span { border-color: rgb(209,175,103); }
td.TdClassName
{
border-color: #D1AF67;
}
.TagClassName
{
border-color: #D1AF67;
}
</style>