Shades of Putty #DAB575
Tints of Putty #DAB575
RGB
CMYK
RGB Variations
Color information
#DAB575 (or 0xDAB575) is known color: Putty. HEX triplet: DA, B5 and 75. RGB value is (218,181,117). Sum of RGB (Red+Green+Blue) = 218+181+117=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB575 is #254A8A. Grayscale: #B9B9B9. Windows color (decimal): -2443915 or 7714266. OLE color: 7714266.
HSL color Cylindrical-coordinate representation of color #DAB575: hue angle of 38.02º 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 #DAB575 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 117 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.15 |
| HSL | 38.02º | 0.58% | 0.66% | - |
| HSV(B) | 38.02º | 0.46% | 0.85% | - |
| XYZ | 48.65 | 49.24 | 23.77 | - |
| YUV | 184.77 | 89.76 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 117 | 0 | 0.17 | 0.46 | 0.15 | 38.02 | 0.58 | 0.66 |
| Hex | DA | B5 | 75 | 0 | 11 | 2E | F | 26 | 3A | 42 |
| Octal | 332 | 265 | 165 | 0 | 21 | 56 | 17 | 46 | 72 | 102 |
| Binary | 11011010 | 10110101 | 1110101 | 0 | 10001 | 101110 | 1111 | 100110 | 111010 | 1000010 |
Color Harmonies of #DAB575
Complementary color
Monochromatic Colors of #DAB575
Black with #DAB575
Text Example
Text Example
White with #DAB575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB575; }
p { color: rgb(218,181,117); }
H1.HeaderClassName
{
color: #DAB575;
}
.AnyTagClassName
{
color: #DAB575;
}
</style>
background-color css
<style>
a { background-color: #DAB575; }
a { background-color: rgb(218,181,117); }
div.DivClassName
{
background-color: #DAB575;
}
.BgClassName
{
background-color: #DAB575;
}
</style>
border-color css
<style>
span { border-color: #DAB575; }
span { border-color: rgb(218,181,117); }
td.TdClassName
{
border-color: #DAB575;
}
.TagClassName
{
border-color: #DAB575;
}
</style>