Shades of Putty #D0AF79
Tints of Putty #D0AF79
RGB
CMYK
RGB Variations
Color information
#D0AF79 (or 0xD0AF79) is known color: Putty. HEX triplet: D0, AF and 79. RGB value is (208,175,121). Sum of RGB (Red+Green+Blue) = 208+175+121=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 121 (47.66% from 255 or 24.01% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AF79 is #2F5086. Grayscale: #B2B2B2. Windows color (decimal): -3100807 or 7974864. OLE color: 7974864.
HSL color Cylindrical-coordinate representation of color #D0AF79: hue angle of 37.24º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D0AF79 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 121 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.18 |
| HSL | 37.24º | 0.48% | 0.65% | - |
| HSV(B) | 37.24º | 0.42% | 0.82% | - |
| XYZ | 44.79 | 45.45 | 24.5 | - |
| YUV | 178.71 | 95.43 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 121 | 0 | 0.16 | 0.42 | 0.18 | 37.24 | 0.48 | 0.65 |
| Hex | D0 | AF | 79 | 0 | 10 | 2A | 12 | 25 | 30 | 41 |
| Octal | 320 | 257 | 171 | 0 | 20 | 52 | 22 | 45 | 60 | 101 |
| Binary | 11010000 | 10101111 | 1111001 | 0 | 10000 | 101010 | 10010 | 100101 | 110000 | 1000001 |
Color Harmonies of #D0AF79
Complementary color
Monochromatic Colors of #D0AF79
Black with #D0AF79
Text Example
Text Example
White with #D0AF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AF79; }
p { color: rgb(208,175,121); }
H1.HeaderClassName
{
color: #D0AF79;
}
.AnyTagClassName
{
color: #D0AF79;
}
</style>
background-color css
<style>
a { background-color: #D0AF79; }
a { background-color: rgb(208,175,121); }
div.DivClassName
{
background-color: #D0AF79;
}
.BgClassName
{
background-color: #D0AF79;
}
</style>
border-color css
<style>
span { border-color: #D0AF79; }
span { border-color: rgb(208,175,121); }
td.TdClassName
{
border-color: #D0AF79;
}
.TagClassName
{
border-color: #D0AF79;
}
</style>