Shades of Putty #DAA76F
Tints of Putty #DAA76F
RGB
CMYK
RGB Variations
Color information
#DAA76F (or 0xDAA76F) is known color: Putty. HEX triplet: DA, A7 and 6F. RGB value is (218,167,111). Sum of RGB (Red+Green+Blue) = 218+167+111=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA76F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA76F is #255890. Grayscale: #B0B0B0. Windows color (decimal): -2447505 or 7317466. OLE color: 7317466.
HSL color Cylindrical-coordinate representation of color #DAA76F: hue angle of 31.4º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAA76F is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 111 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.15 |
| HSL | 31.4º | 0.59% | 0.65% | - |
| HSV(B) | 31.4º | 0.49% | 0.85% | - |
| XYZ | 45.6 | 43.69 | 21.07 | - |
| YUV | 175.87 | 91.4 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 111 | 0 | 0.23 | 0.49 | 0.15 | 31.4 | 0.59 | 0.65 |
| Hex | DA | A7 | 6F | 0 | 17 | 31 | F | 1F | 3B | 41 |
| Octal | 332 | 247 | 157 | 0 | 27 | 61 | 17 | 37 | 73 | 101 |
| Binary | 11011010 | 10100111 | 1101111 | 0 | 10111 | 110001 | 1111 | 11111 | 111011 | 1000001 |
Color Harmonies of #DAA76F
Complementary color
Monochromatic Colors of #DAA76F
Black with #DAA76F
Text Example
Text Example
White with #DAA76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA76F; }
p { color: rgb(218,167,111); }
H1.HeaderClassName
{
color: #DAA76F;
}
.AnyTagClassName
{
color: #DAA76F;
}
</style>
background-color css
<style>
a { background-color: #DAA76F; }
a { background-color: rgb(218,167,111); }
div.DivClassName
{
background-color: #DAA76F;
}
.BgClassName
{
background-color: #DAA76F;
}
</style>
border-color css
<style>
span { border-color: #DAA76F; }
span { border-color: rgb(218,167,111); }
td.TdClassName
{
border-color: #DAA76F;
}
.TagClassName
{
border-color: #DAA76F;
}
</style>