Shades of Putty #DAB073
Tints of Putty #DAB073
RGB
CMYK
RGB Variations
Color information
#DAB073 (or 0xDAB073) is known color: Putty. HEX triplet: DA, B0 and 73. RGB value is (218,176,115). Sum of RGB (Red+Green+Blue) = 218+176+115=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 115 (45.31% from 255 or 22.59% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB073 is #254F8C. Grayscale: #B5B5B5. Windows color (decimal): -2445197 or 7581914. OLE color: 7581914.
HSL color Cylindrical-coordinate representation of color #DAB073: hue angle of 35.53º 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 #DAB073 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 115 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.15 |
| HSL | 35.53º | 0.58% | 0.65% | - |
| HSV(B) | 35.53º | 0.47% | 0.85% | - |
| XYZ | 47.53 | 47.19 | 22.82 | - |
| YUV | 181.6 | 90.41 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 115 | 0 | 0.19 | 0.47 | 0.15 | 35.53 | 0.58 | 0.65 |
| Hex | DA | B0 | 73 | 0 | 13 | 2F | F | 24 | 3A | 41 |
| Octal | 332 | 260 | 163 | 0 | 23 | 57 | 17 | 44 | 72 | 101 |
| Binary | 11011010 | 10110000 | 1110011 | 0 | 10011 | 101111 | 1111 | 100100 | 111010 | 1000001 |
Color Harmonies of #DAB073
Complementary color
Monochromatic Colors of #DAB073
Black with #DAB073
Text Example
Text Example
White with #DAB073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB073; }
p { color: rgb(218,176,115); }
H1.HeaderClassName
{
color: #DAB073;
}
.AnyTagClassName
{
color: #DAB073;
}
</style>
background-color css
<style>
a { background-color: #DAB073; }
a { background-color: rgb(218,176,115); }
div.DivClassName
{
background-color: #DAB073;
}
.BgClassName
{
background-color: #DAB073;
}
</style>
border-color css
<style>
span { border-color: #DAB073; }
span { border-color: rgb(218,176,115); }
td.TdClassName
{
border-color: #DAB073;
}
.TagClassName
{
border-color: #DAB073;
}
</style>