Shades of Putty #DAB671
Tints of Putty #DAB671
RGB
CMYK
RGB Variations
Color information
#DAB671 (or 0xDAB671) is known color: Putty. HEX triplet: DA, B6 and 71. RGB value is (218,182,113). Sum of RGB (Red+Green+Blue) = 218+182+113=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 113 (44.53% from 255 or 22.03% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB671 is #25498E. Grayscale: #B9B9B9. Windows color (decimal): -2443663 or 7452378. OLE color: 7452378.
HSL color Cylindrical-coordinate representation of color #DAB671: hue angle of 39.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAB671 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 113 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.15 |
| HSL | 39.43º | 0.59% | 0.65% | - |
| HSV(B) | 39.43º | 0.48% | 0.85% | - |
| XYZ | 48.62 | 49.55 | 22.62 | - |
| YUV | 184.9 | 87.43 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 113 | 0 | 0.17 | 0.48 | 0.15 | 39.43 | 0.59 | 0.65 |
| Hex | DA | B6 | 71 | 0 | 11 | 30 | F | 27 | 3B | 41 |
| Octal | 332 | 266 | 161 | 0 | 21 | 60 | 17 | 47 | 73 | 101 |
| Binary | 11011010 | 10110110 | 1110001 | 0 | 10001 | 110000 | 1111 | 100111 | 111011 | 1000001 |
Color Harmonies of #DAB671
Complementary color
Monochromatic Colors of #DAB671
Black with #DAB671
Text Example
Text Example
White with #DAB671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB671; }
p { color: rgb(218,182,113); }
H1.HeaderClassName
{
color: #DAB671;
}
.AnyTagClassName
{
color: #DAB671;
}
</style>
background-color css
<style>
a { background-color: #DAB671; }
a { background-color: rgb(218,182,113); }
div.DivClassName
{
background-color: #DAB671;
}
.BgClassName
{
background-color: #DAB671;
}
</style>
border-color css
<style>
span { border-color: #DAB671; }
span { border-color: rgb(218,182,113); }
td.TdClassName
{
border-color: #DAB671;
}
.TagClassName
{
border-color: #DAB671;
}
</style>