Shades of Putty #DBB173
Tints of Putty #DBB173
RGB
CMYK
RGB Variations
Color information
#DBB173 (or 0xDBB173) is known color: Putty. HEX triplet: DB, B1 and 73. RGB value is (219,177,115). Sum of RGB (Red+Green+Blue) = 219+177+115=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 115 (45.31% from 255 or 22.50% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB173 is #244E8C. Grayscale: #B6B6B6. Windows color (decimal): -2379405 or 7582171. OLE color: 7582171.
HSL color Cylindrical-coordinate representation of color #DBB173: hue angle of 35.77º 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 #DBB173 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 115 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.14 |
| HSL | 35.77º | 0.59% | 0.65% | - |
| HSV(B) | 35.77º | 0.47% | 0.86% | - |
| XYZ | 48.03 | 47.74 | 22.9 | - |
| YUV | 182.49 | 89.91 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 115 | 0 | 0.19 | 0.47 | 0.14 | 35.77 | 0.59 | 0.65 |
| Hex | DB | B1 | 73 | 0 | 13 | 2F | E | 24 | 3B | 41 |
| Octal | 333 | 261 | 163 | 0 | 23 | 57 | 16 | 44 | 73 | 101 |
| Binary | 11011011 | 10110001 | 1110011 | 0 | 10011 | 101111 | 1110 | 100100 | 111011 | 1000001 |
Color Harmonies of #DBB173
Complementary color
Monochromatic Colors of #DBB173
Black with #DBB173
Text Example
Text Example
White with #DBB173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB173; }
p { color: rgb(219,177,115); }
H1.HeaderClassName
{
color: #DBB173;
}
.AnyTagClassName
{
color: #DBB173;
}
</style>
background-color css
<style>
a { background-color: #DBB173; }
a { background-color: rgb(219,177,115); }
div.DivClassName
{
background-color: #DBB173;
}
.BgClassName
{
background-color: #DBB173;
}
</style>
border-color css
<style>
span { border-color: #DBB173; }
span { border-color: rgb(219,177,115); }
td.TdClassName
{
border-color: #DBB173;
}
.TagClassName
{
border-color: #DBB173;
}
</style>