Shades of Putty #D7AF74
Tints of Putty #D7AF74
RGB
CMYK
RGB Variations
Color information
#D7AF74 (or 0xD7AF74) is known color: Putty. HEX triplet: D7, AF and 74. RGB value is (215,175,116). Sum of RGB (Red+Green+Blue) = 215+175+116=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AF74 is #28508B. Grayscale: #B4B4B4. Windows color (decimal): -2642060 or 7647191. OLE color: 7647191.
HSL color Cylindrical-coordinate representation of color #D7AF74: hue angle of 35.76º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D7AF74 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 175 | 116 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.16 |
| HSL | 35.76º | 0.55% | 0.65% | - |
| HSV(B) | 35.76º | 0.46% | 0.84% | - |
| XYZ | 46.51 | 46.37 | 23.02 | - |
| YUV | 180.23 | 91.75 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 116 | 0 | 0.19 | 0.46 | 0.16 | 35.76 | 0.55 | 0.65 |
| Hex | D7 | AF | 74 | 0 | 13 | 2E | 10 | 24 | 37 | 41 |
| Octal | 327 | 257 | 164 | 0 | 23 | 56 | 20 | 44 | 67 | 101 |
| Binary | 11010111 | 10101111 | 1110100 | 0 | 10011 | 101110 | 10000 | 100100 | 110111 | 1000001 |
Color Harmonies of #D7AF74
Complementary color
Monochromatic Colors of #D7AF74
Black with #D7AF74
Text Example
Text Example
White with #D7AF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AF74; }
p { color: rgb(215,175,116); }
H1.HeaderClassName
{
color: #D7AF74;
}
.AnyTagClassName
{
color: #D7AF74;
}
</style>
background-color css
<style>
a { background-color: #D7AF74; }
a { background-color: rgb(215,175,116); }
div.DivClassName
{
background-color: #D7AF74;
}
.BgClassName
{
background-color: #D7AF74;
}
</style>
border-color css
<style>
span { border-color: #D7AF74; }
span { border-color: rgb(215,175,116); }
td.TdClassName
{
border-color: #D7AF74;
}
.TagClassName
{
border-color: #D7AF74;
}
</style>