Shades of Putty #D4AF6E
Tints of Putty #D4AF6E
RGB
CMYK
RGB Variations
Color information
#D4AF6E (or 0xD4AF6E) is known color: Putty. HEX triplet: D4, AF and 6E. RGB value is (212,175,110). Sum of RGB (Red+Green+Blue) = 212+175+110=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AF6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AF6E is #2B5091. Grayscale: #B2B2B2. Windows color (decimal): -2838674 or 7253972. OLE color: 7253972.
HSL color Cylindrical-coordinate representation of color #D4AF6E: hue angle of 38.24º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4AF6E is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 175 | 110 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.17 |
| HSL | 38.24º | 0.54% | 0.63% | - |
| HSV(B) | 38.24º | 0.48% | 0.83% | - |
| XYZ | 45.3 | 45.78 | 21.2 | - |
| YUV | 178.65 | 89.26 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 175 | 110 | 0 | 0.17 | 0.48 | 0.17 | 38.24 | 0.54 | 0.63 |
| Hex | D4 | AF | 6E | 0 | 11 | 30 | 11 | 26 | 36 | 3F |
| Octal | 324 | 257 | 156 | 0 | 21 | 60 | 21 | 46 | 66 | 77 |
| Binary | 11010100 | 10101111 | 1101110 | 0 | 10001 | 110000 | 10001 | 100110 | 110110 | 111111 |
Color Harmonies of #D4AF6E
Complementary color
Monochromatic Colors of #D4AF6E
Black with #D4AF6E
Text Example
Text Example
White with #D4AF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AF6E; }
p { color: rgb(212,175,110); }
H1.HeaderClassName
{
color: #D4AF6E;
}
.AnyTagClassName
{
color: #D4AF6E;
}
</style>
background-color css
<style>
a { background-color: #D4AF6E; }
a { background-color: rgb(212,175,110); }
div.DivClassName
{
background-color: #D4AF6E;
}
.BgClassName
{
background-color: #D4AF6E;
}
</style>
border-color css
<style>
span { border-color: #D4AF6E; }
span { border-color: rgb(212,175,110); }
td.TdClassName
{
border-color: #D4AF6E;
}
.TagClassName
{
border-color: #D4AF6E;
}
</style>