Shades of Putty #DAB372
Tints of Putty #DAB372
RGB
CMYK
RGB Variations
Color information
#DAB372 (or 0xDAB372) is known color: Putty. HEX triplet: DA, B3 and 72. RGB value is (218,179,114). Sum of RGB (Red+Green+Blue) = 218+179+114=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 114 (44.92% from 255 or 22.31% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB372 is #254C8D. Grayscale: #B7B7B7. Windows color (decimal): -2444430 or 7517146. OLE color: 7517146.
HSL color Cylindrical-coordinate representation of color #DAB372: hue angle of 37.5º degrees, saturation: 0.58, 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 #DAB372 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 114 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.15 |
| HSL | 37.5º | 0.58% | 0.65% | - |
| HSV(B) | 37.5º | 0.48% | 0.85% | - |
| XYZ | 48.07 | 48.36 | 22.72 | - |
| YUV | 183.25 | 88.92 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 114 | 0 | 0.18 | 0.48 | 0.15 | 37.5 | 0.58 | 0.65 |
| Hex | DA | B3 | 72 | 0 | 12 | 30 | F | 26 | 3A | 41 |
| Octal | 332 | 263 | 162 | 0 | 22 | 60 | 17 | 46 | 72 | 101 |
| Binary | 11011010 | 10110011 | 1110010 | 0 | 10010 | 110000 | 1111 | 100110 | 111010 | 1000001 |
Color Harmonies of #DAB372
Complementary color
Monochromatic Colors of #DAB372
Black with #DAB372
Text Example
Text Example
White with #DAB372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB372; }
p { color: rgb(218,179,114); }
H1.HeaderClassName
{
color: #DAB372;
}
.AnyTagClassName
{
color: #DAB372;
}
</style>
background-color css
<style>
a { background-color: #DAB372; }
a { background-color: rgb(218,179,114); }
div.DivClassName
{
background-color: #DAB372;
}
.BgClassName
{
background-color: #DAB372;
}
</style>
border-color css
<style>
span { border-color: #DAB372; }
span { border-color: rgb(218,179,114); }
td.TdClassName
{
border-color: #DAB372;
}
.TagClassName
{
border-color: #DAB372;
}
</style>