Shades of Putty #DBB471
Tints of Putty #DBB471
RGB
CMYK
RGB Variations
Color information
#DBB471 (or 0xDBB471) is known color: Putty. HEX triplet: DB, B4 and 71. RGB value is (219,180,113). Sum of RGB (Red+Green+Blue) = 219+180+113=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB471 is #244B8E. Grayscale: #B8B8B8. Windows color (decimal): -2378639 or 7451867. OLE color: 7451867.
HSL color Cylindrical-coordinate representation of color #DBB471: hue angle of 37.92º 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 #DBB471 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 113 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.14 |
| HSL | 37.92º | 0.6% | 0.65% | - |
| HSV(B) | 37.92º | 0.48% | 0.86% | - |
| XYZ | 48.52 | 48.89 | 22.5 | - |
| YUV | 184.02 | 87.92 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 113 | 0 | 0.18 | 0.48 | 0.14 | 37.92 | 0.6 | 0.65 |
| Hex | DB | B4 | 71 | 0 | 12 | 30 | E | 26 | 3C | 41 |
| Octal | 333 | 264 | 161 | 0 | 22 | 60 | 16 | 46 | 74 | 101 |
| Binary | 11011011 | 10110100 | 1110001 | 0 | 10010 | 110000 | 1110 | 100110 | 111100 | 1000001 |
Color Harmonies of #DBB471
Complementary color
Monochromatic Colors of #DBB471
Black with #DBB471
Text Example
Text Example
White with #DBB471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB471; }
p { color: rgb(219,180,113); }
H1.HeaderClassName
{
color: #DBB471;
}
.AnyTagClassName
{
color: #DBB471;
}
</style>
background-color css
<style>
a { background-color: #DBB471; }
a { background-color: rgb(219,180,113); }
div.DivClassName
{
background-color: #DBB471;
}
.BgClassName
{
background-color: #DBB471;
}
</style>
border-color css
<style>
span { border-color: #DBB471; }
span { border-color: rgb(219,180,113); }
td.TdClassName
{
border-color: #DBB471;
}
.TagClassName
{
border-color: #DBB471;
}
</style>