Shades of Putty #DBB171
Tints of Putty #DBB171
RGB
CMYK
RGB Variations
Color information
#DBB171 (or 0xDBB171) is known color: Putty. HEX triplet: DB, B1 and 71. RGB value is (219,177,113). Sum of RGB (Red+Green+Blue) = 219+177+113=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 113 (44.53% from 255 or 22.20% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB171 is #244E8E. Grayscale: #B6B6B6. Windows color (decimal): -2379407 or 7451099. OLE color: 7451099.
HSL color Cylindrical-coordinate representation of color #DBB171: hue angle of 36.23º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBB171 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 113 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.14 |
| HSL | 36.23º | 0.6% | 0.65% | - |
| HSV(B) | 36.23º | 0.48% | 0.86% | - |
| XYZ | 47.92 | 47.7 | 22.3 | - |
| YUV | 182.26 | 88.91 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 113 | 0 | 0.19 | 0.48 | 0.14 | 36.23 | 0.6 | 0.65 |
| Hex | DB | B1 | 71 | 0 | 13 | 30 | E | 24 | 3C | 41 |
| Octal | 333 | 261 | 161 | 0 | 23 | 60 | 16 | 44 | 74 | 101 |
| Binary | 11011011 | 10110001 | 1110001 | 0 | 10011 | 110000 | 1110 | 100100 | 111100 | 1000001 |
Color Harmonies of #DBB171
Complementary color
Monochromatic Colors of #DBB171
Black with #DBB171
Text Example
Text Example
White with #DBB171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB171; }
p { color: rgb(219,177,113); }
H1.HeaderClassName
{
color: #DBB171;
}
.AnyTagClassName
{
color: #DBB171;
}
</style>
background-color css
<style>
a { background-color: #DBB171; }
a { background-color: rgb(219,177,113); }
div.DivClassName
{
background-color: #DBB171;
}
.BgClassName
{
background-color: #DBB171;
}
</style>
border-color css
<style>
span { border-color: #DBB171; }
span { border-color: rgb(219,177,113); }
td.TdClassName
{
border-color: #DBB171;
}
.TagClassName
{
border-color: #DBB171;
}
</style>