Shades of Putty #D6AF76
Tints of Putty #D6AF76
RGB
CMYK
RGB Variations
Color information
#D6AF76 (or 0xD6AF76) is known color: Putty. HEX triplet: D6, AF and 76. RGB value is (214,175,118). Sum of RGB (Red+Green+Blue) = 214+175+118=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AF76 is #295089. Grayscale: #B4B4B4. Windows color (decimal): -2707594 or 7778262. OLE color: 7778262.
HSL color Cylindrical-coordinate representation of color #D6AF76: hue angle of 35.62º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6AF76 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 118 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.16 |
| HSL | 35.63º | 0.54% | 0.65% | - |
| HSV(B) | 35.63º | 0.45% | 0.84% | - |
| XYZ | 46.33 | 46.26 | 23.63 | - |
| YUV | 180.16 | 92.92 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 118 | 0 | 0.18 | 0.45 | 0.16 | 35.63 | 0.54 | 0.65 |
| Hex | D6 | AF | 76 | 0 | 12 | 2D | 10 | 24 | 36 | 41 |
| Octal | 326 | 257 | 166 | 0 | 22 | 55 | 20 | 44 | 66 | 101 |
| Binary | 11010110 | 10101111 | 1110110 | 0 | 10010 | 101101 | 10000 | 100100 | 110110 | 1000001 |
Color Harmonies of #D6AF76
Complementary color
Monochromatic Colors of #D6AF76
Black with #D6AF76
Text Example
Text Example
White with #D6AF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AF76; }
p { color: rgb(214,175,118); }
H1.HeaderClassName
{
color: #D6AF76;
}
.AnyTagClassName
{
color: #D6AF76;
}
</style>
background-color css
<style>
a { background-color: #D6AF76; }
a { background-color: rgb(214,175,118); }
div.DivClassName
{
background-color: #D6AF76;
}
.BgClassName
{
background-color: #D6AF76;
}
</style>
border-color css
<style>
span { border-color: #D6AF76; }
span { border-color: rgb(214,175,118); }
td.TdClassName
{
border-color: #D6AF76;
}
.TagClassName
{
border-color: #D6AF76;
}
</style>