Shades of Putty #DAB673
Tints of Putty #DAB673
RGB
CMYK
RGB Variations
Color information
#DAB673 (or 0xDAB673) is known color: Putty. HEX triplet: DA, B6 and 73. RGB value is (218,182,115). Sum of RGB (Red+Green+Blue) = 218+182+115=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 115 (45.31% from 255 or 22.33% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB673 is #25498C. Grayscale: #B9B9B9. Windows color (decimal): -2443661 or 7583450. OLE color: 7583450.
HSL color Cylindrical-coordinate representation of color #DAB673: hue angle of 39.03º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DAB673 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 115 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.15 |
| HSL | 39.03º | 0.58% | 0.65% | - |
| HSV(B) | 39.03º | 0.47% | 0.85% | - |
| XYZ | 48.74 | 49.6 | 23.22 | - |
| YUV | 185.13 | 88.43 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 115 | 0 | 0.17 | 0.47 | 0.15 | 39.03 | 0.58 | 0.65 |
| Hex | DA | B6 | 73 | 0 | 11 | 2F | F | 27 | 3A | 41 |
| Octal | 332 | 266 | 163 | 0 | 21 | 57 | 17 | 47 | 72 | 101 |
| Binary | 11011010 | 10110110 | 1110011 | 0 | 10001 | 101111 | 1111 | 100111 | 111010 | 1000001 |
Color Harmonies of #DAB673
Complementary color
Monochromatic Colors of #DAB673
Black with #DAB673
Text Example
Text Example
White with #DAB673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB673; }
p { color: rgb(218,182,115); }
H1.HeaderClassName
{
color: #DAB673;
}
.AnyTagClassName
{
color: #DAB673;
}
</style>
background-color css
<style>
a { background-color: #DAB673; }
a { background-color: rgb(218,182,115); }
div.DivClassName
{
background-color: #DAB673;
}
.BgClassName
{
background-color: #DAB673;
}
</style>
border-color css
<style>
span { border-color: #DAB673; }
span { border-color: rgb(218,182,115); }
td.TdClassName
{
border-color: #DAB673;
}
.TagClassName
{
border-color: #DAB673;
}
</style>