Shades of Putty #DAB375
Tints of Putty #DAB375
RGB
CMYK
RGB Variations
Color information
#DAB375 (or 0xDAB375) is known color: Putty. HEX triplet: DA, B3 and 75. RGB value is (218,179,117). Sum of RGB (Red+Green+Blue) = 218+179+117=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB375 is #254C8A. Grayscale: #B7B7B7. Windows color (decimal): -2444427 or 7713754. OLE color: 7713754.
HSL color Cylindrical-coordinate representation of color #DAB375: hue angle of 36.83º 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 #DAB375 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 117 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.15 |
| HSL | 36.83º | 0.58% | 0.66% | - |
| HSV(B) | 36.83º | 0.46% | 0.85% | - |
| XYZ | 48.24 | 48.43 | 23.63 | - |
| YUV | 183.59 | 90.42 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 117 | 0 | 0.18 | 0.46 | 0.15 | 36.83 | 0.58 | 0.66 |
| Hex | DA | B3 | 75 | 0 | 12 | 2E | F | 25 | 3A | 42 |
| Octal | 332 | 263 | 165 | 0 | 22 | 56 | 17 | 45 | 72 | 102 |
| Binary | 11011010 | 10110011 | 1110101 | 0 | 10010 | 101110 | 1111 | 100101 | 111010 | 1000010 |
Color Harmonies of #DAB375
Complementary color
Monochromatic Colors of #DAB375
Black with #DAB375
Text Example
Text Example
White with #DAB375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB375; }
p { color: rgb(218,179,117); }
H1.HeaderClassName
{
color: #DAB375;
}
.AnyTagClassName
{
color: #DAB375;
}
</style>
background-color css
<style>
a { background-color: #DAB375; }
a { background-color: rgb(218,179,117); }
div.DivClassName
{
background-color: #DAB375;
}
.BgClassName
{
background-color: #DAB375;
}
</style>
border-color css
<style>
span { border-color: #DAB375; }
span { border-color: rgb(218,179,117); }
td.TdClassName
{
border-color: #DAB375;
}
.TagClassName
{
border-color: #DAB375;
}
</style>