Shades of Putty #DBB372
Tints of Putty #DBB372
RGB
CMYK
RGB Variations
Color information
#DBB372 (or 0xDBB372) is known color: Putty. HEX triplet: DB, B3 and 72. RGB value is (219,179,114). Sum of RGB (Red+Green+Blue) = 219+179+114=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB372 is #244C8D. Grayscale: #B7B7B7. Windows color (decimal): -2378894 or 7517147. OLE color: 7517147.
HSL color Cylindrical-coordinate representation of color #DBB372: hue angle of 37.14º degrees, saturation: 0.59, 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 #DBB372 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 114 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.14 |
| HSL | 37.14º | 0.59% | 0.65% | - |
| HSV(B) | 37.14º | 0.48% | 0.86% | - |
| XYZ | 48.37 | 48.52 | 22.73 | - |
| YUV | 183.55 | 88.75 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 114 | 0 | 0.18 | 0.48 | 0.14 | 37.14 | 0.59 | 0.65 |
| Hex | DB | B3 | 72 | 0 | 12 | 30 | E | 25 | 3B | 41 |
| Octal | 333 | 263 | 162 | 0 | 22 | 60 | 16 | 45 | 73 | 101 |
| Binary | 11011011 | 10110011 | 1110010 | 0 | 10010 | 110000 | 1110 | 100101 | 111011 | 1000001 |
Color Harmonies of #DBB372
Complementary color
Monochromatic Colors of #DBB372
Black with #DBB372
Text Example
Text Example
White with #DBB372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB372; }
p { color: rgb(219,179,114); }
H1.HeaderClassName
{
color: #DBB372;
}
.AnyTagClassName
{
color: #DBB372;
}
</style>
background-color css
<style>
a { background-color: #DBB372; }
a { background-color: rgb(219,179,114); }
div.DivClassName
{
background-color: #DBB372;
}
.BgClassName
{
background-color: #DBB372;
}
</style>
border-color css
<style>
span { border-color: #DBB372; }
span { border-color: rgb(219,179,114); }
td.TdClassName
{
border-color: #DBB372;
}
.TagClassName
{
border-color: #DBB372;
}
</style>