Shades of Putty #D5AF77
Tints of Putty #D5AF77
RGB
CMYK
RGB Variations
Color information
#D5AF77 (or 0xD5AF77) is known color: Putty. HEX triplet: D5, AF and 77. RGB value is (213,175,119). Sum of RGB (Red+Green+Blue) = 213+175+119=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF77 is #2A5088. Grayscale: #B4B4B4. Windows color (decimal): -2773129 or 7843797. OLE color: 7843797.
HSL color Cylindrical-coordinate representation of color #D5AF77: hue angle of 35.74º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5AF77 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 119 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.16 |
| HSL | 35.74º | 0.53% | 0.65% | - |
| HSV(B) | 35.74º | 0.44% | 0.84% | - |
| XYZ | 46.1 | 46.14 | 23.93 | - |
| YUV | 179.98 | 93.59 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 119 | 0 | 0.18 | 0.44 | 0.16 | 35.74 | 0.53 | 0.65 |
| Hex | D5 | AF | 77 | 0 | 12 | 2C | 10 | 24 | 35 | 41 |
| Octal | 325 | 257 | 167 | 0 | 22 | 54 | 20 | 44 | 65 | 101 |
| Binary | 11010101 | 10101111 | 1110111 | 0 | 10010 | 101100 | 10000 | 100100 | 110101 | 1000001 |
Color Harmonies of #D5AF77
Complementary color
Monochromatic Colors of #D5AF77
Black with #D5AF77
Text Example
Text Example
White with #D5AF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF77; }
p { color: rgb(213,175,119); }
H1.HeaderClassName
{
color: #D5AF77;
}
.AnyTagClassName
{
color: #D5AF77;
}
</style>
background-color css
<style>
a { background-color: #D5AF77; }
a { background-color: rgb(213,175,119); }
div.DivClassName
{
background-color: #D5AF77;
}
.BgClassName
{
background-color: #D5AF77;
}
</style>
border-color css
<style>
span { border-color: #D5AF77; }
span { border-color: rgb(213,175,119); }
td.TdClassName
{
border-color: #D5AF77;
}
.TagClassName
{
border-color: #D5AF77;
}
</style>