Shades of Putty #DAB475
Tints of Putty #DAB475
RGB
CMYK
RGB Variations
Color information
#DAB475 (or 0xDAB475) is known color: Putty. HEX triplet: DA, B4 and 75. RGB value is (218,180,117). Sum of RGB (Red+Green+Blue) = 218+180+117=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB475 is #254B8A. Grayscale: #B8B8B8. Windows color (decimal): -2444171 or 7714010. OLE color: 7714010.
HSL color Cylindrical-coordinate representation of color #DAB475: hue angle of 37.43º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAB475 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 117 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.15 |
| HSL | 37.43º | 0.58% | 0.66% | - |
| HSV(B) | 37.43º | 0.46% | 0.85% | - |
| XYZ | 48.45 | 48.83 | 23.7 | - |
| YUV | 184.18 | 90.09 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 117 | 0 | 0.17 | 0.46 | 0.15 | 37.43 | 0.58 | 0.66 |
| Hex | DA | B4 | 75 | 0 | 11 | 2E | F | 25 | 3A | 42 |
| Octal | 332 | 264 | 165 | 0 | 21 | 56 | 17 | 45 | 72 | 102 |
| Binary | 11011010 | 10110100 | 1110101 | 0 | 10001 | 101110 | 1111 | 100101 | 111010 | 1000010 |
Color Harmonies of #DAB475
Complementary color
Monochromatic Colors of #DAB475
Black with #DAB475
Text Example
Text Example
White with #DAB475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB475; }
p { color: rgb(218,180,117); }
H1.HeaderClassName
{
color: #DAB475;
}
.AnyTagClassName
{
color: #DAB475;
}
</style>
background-color css
<style>
a { background-color: #DAB475; }
a { background-color: rgb(218,180,117); }
div.DivClassName
{
background-color: #DAB475;
}
.BgClassName
{
background-color: #DAB475;
}
</style>
border-color css
<style>
span { border-color: #DAB475; }
span { border-color: rgb(218,180,117); }
td.TdClassName
{
border-color: #DAB475;
}
.TagClassName
{
border-color: #DAB475;
}
</style>