Shades of Putty #DAB471
Tints of Putty #DAB471
RGB
CMYK
RGB Variations
Color information
#DAB471 (or 0xDAB471) is known color: Putty. HEX triplet: DA, B4 and 71. RGB value is (218,180,113). Sum of RGB (Red+Green+Blue) = 218+180+113=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB471 is #254B8E. Grayscale: #B8B8B8. Windows color (decimal): -2444175 or 7451866. OLE color: 7451866.
HSL color Cylindrical-coordinate representation of color #DAB471: hue angle of 38.29º 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 #DAB471 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 113 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.15 |
| HSL | 38.29º | 0.59% | 0.65% | - |
| HSV(B) | 38.29º | 0.48% | 0.85% | - |
| XYZ | 48.22 | 48.74 | 22.49 | - |
| YUV | 183.72 | 88.09 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 113 | 0 | 0.17 | 0.48 | 0.15 | 38.29 | 0.59 | 0.65 |
| Hex | DA | B4 | 71 | 0 | 11 | 30 | F | 26 | 3B | 41 |
| Octal | 332 | 264 | 161 | 0 | 21 | 60 | 17 | 46 | 73 | 101 |
| Binary | 11011010 | 10110100 | 1110001 | 0 | 10001 | 110000 | 1111 | 100110 | 111011 | 1000001 |
Color Harmonies of #DAB471
Complementary color
Monochromatic Colors of #DAB471
Black with #DAB471
Text Example
Text Example
White with #DAB471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB471; }
p { color: rgb(218,180,113); }
H1.HeaderClassName
{
color: #DAB471;
}
.AnyTagClassName
{
color: #DAB471;
}
</style>
background-color css
<style>
a { background-color: #DAB471; }
a { background-color: rgb(218,180,113); }
div.DivClassName
{
background-color: #DAB471;
}
.BgClassName
{
background-color: #DAB471;
}
</style>
border-color css
<style>
span { border-color: #DAB471; }
span { border-color: rgb(218,180,113); }
td.TdClassName
{
border-color: #DAB471;
}
.TagClassName
{
border-color: #DAB471;
}
</style>