Shades of Putty #DAB371
Tints of Putty #DAB371
RGB
CMYK
RGB Variations
Color information
#DAB371 (or 0xDAB371) is known color: Putty. HEX triplet: DA, B3 and 71. RGB value is (218,179,113). Sum of RGB (Red+Green+Blue) = 218+179+113=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 113 (44.53% from 255 or 22.16% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB371 is #254C8E. Grayscale: #B7B7B7. Windows color (decimal): -2444431 or 7451610. OLE color: 7451610.
HSL color Cylindrical-coordinate representation of color #DAB371: hue angle of 37.71º 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 #DAB371 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 113 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.15 |
| HSL | 37.71º | 0.59% | 0.65% | - |
| HSV(B) | 37.71º | 0.48% | 0.85% | - |
| XYZ | 48.01 | 48.34 | 22.42 | - |
| YUV | 183.14 | 88.42 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 113 | 0 | 0.18 | 0.48 | 0.15 | 37.71 | 0.59 | 0.65 |
| Hex | DA | B3 | 71 | 0 | 12 | 30 | F | 26 | 3B | 41 |
| Octal | 332 | 263 | 161 | 0 | 22 | 60 | 17 | 46 | 73 | 101 |
| Binary | 11011010 | 10110011 | 1110001 | 0 | 10010 | 110000 | 1111 | 100110 | 111011 | 1000001 |
Color Harmonies of #DAB371
Complementary color
Monochromatic Colors of #DAB371
Black with #DAB371
Text Example
Text Example
White with #DAB371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB371; }
p { color: rgb(218,179,113); }
H1.HeaderClassName
{
color: #DAB371;
}
.AnyTagClassName
{
color: #DAB371;
}
</style>
background-color css
<style>
a { background-color: #DAB371; }
a { background-color: rgb(218,179,113); }
div.DivClassName
{
background-color: #DAB371;
}
.BgClassName
{
background-color: #DAB371;
}
</style>
border-color css
<style>
span { border-color: #DAB371; }
span { border-color: rgb(218,179,113); }
td.TdClassName
{
border-color: #DAB371;
}
.TagClassName
{
border-color: #DAB371;
}
</style>