Shades of Putty #DBB573
Tints of Putty #DBB573
RGB
CMYK
RGB Variations
Color information
#DBB573 (or 0xDBB573) is known color: Putty. HEX triplet: DB, B5 and 73. RGB value is (219,181,115). Sum of RGB (Red+Green+Blue) = 219+181+115=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 115 (45.31% from 255 or 22.33% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB573 is #244A8C. Grayscale: #B9B9B9. Windows color (decimal): -2378381 or 7583195. OLE color: 7583195.
HSL color Cylindrical-coordinate representation of color #DBB573: hue angle of 38.08º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBB573 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 115 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.14 |
| HSL | 38.08º | 0.59% | 0.65% | - |
| HSV(B) | 38.08º | 0.47% | 0.86% | - |
| XYZ | 48.83 | 49.35 | 23.17 | - |
| YUV | 184.84 | 88.59 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 115 | 0 | 0.17 | 0.47 | 0.14 | 38.08 | 0.59 | 0.65 |
| Hex | DB | B5 | 73 | 0 | 11 | 2F | E | 26 | 3B | 41 |
| Octal | 333 | 265 | 163 | 0 | 21 | 57 | 16 | 46 | 73 | 101 |
| Binary | 11011011 | 10110101 | 1110011 | 0 | 10001 | 101111 | 1110 | 100110 | 111011 | 1000001 |
Color Harmonies of #DBB573
Complementary color
Monochromatic Colors of #DBB573
Black with #DBB573
Text Example
Text Example
White with #DBB573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB573; }
p { color: rgb(219,181,115); }
H1.HeaderClassName
{
color: #DBB573;
}
.AnyTagClassName
{
color: #DBB573;
}
</style>
background-color css
<style>
a { background-color: #DBB573; }
a { background-color: rgb(219,181,115); }
div.DivClassName
{
background-color: #DBB573;
}
.BgClassName
{
background-color: #DBB573;
}
</style>
border-color css
<style>
span { border-color: #DBB573; }
span { border-color: rgb(219,181,115); }
td.TdClassName
{
border-color: #DBB573;
}
.TagClassName
{
border-color: #DBB573;
}
</style>