Shades of Putty #DAB672
Tints of Putty #DAB672
RGB
CMYK
RGB Variations
Color information
#DAB672 (or 0xDAB672) is known color: Putty. HEX triplet: DA, B6 and 72. RGB value is (218,182,114). Sum of RGB (Red+Green+Blue) = 218+182+114=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB672 is #25498D. Grayscale: #B9B9B9. Windows color (decimal): -2443662 or 7517914. OLE color: 7517914.
HSL color Cylindrical-coordinate representation of color #DAB672: hue angle of 39.23º 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 #DAB672 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 114 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.15 |
| HSL | 39.23º | 0.58% | 0.65% | - |
| HSV(B) | 39.23º | 0.48% | 0.85% | - |
| XYZ | 48.68 | 49.58 | 22.92 | - |
| YUV | 185.01 | 87.93 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 114 | 0 | 0.17 | 0.48 | 0.15 | 39.23 | 0.58 | 0.65 |
| Hex | DA | B6 | 72 | 0 | 11 | 30 | F | 27 | 3A | 41 |
| Octal | 332 | 266 | 162 | 0 | 21 | 60 | 17 | 47 | 72 | 101 |
| Binary | 11011010 | 10110110 | 1110010 | 0 | 10001 | 110000 | 1111 | 100111 | 111010 | 1000001 |
Color Harmonies of #DAB672
Complementary color
Monochromatic Colors of #DAB672
Black with #DAB672
Text Example
Text Example
White with #DAB672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB672; }
p { color: rgb(218,182,114); }
H1.HeaderClassName
{
color: #DAB672;
}
.AnyTagClassName
{
color: #DAB672;
}
</style>
background-color css
<style>
a { background-color: #DAB672; }
a { background-color: rgb(218,182,114); }
div.DivClassName
{
background-color: #DAB672;
}
.BgClassName
{
background-color: #DAB672;
}
</style>
border-color css
<style>
span { border-color: #DAB672; }
span { border-color: rgb(218,182,114); }
td.TdClassName
{
border-color: #DAB672;
}
.TagClassName
{
border-color: #DAB672;
}
</style>