Shades of Putty #DBB472
Tints of Putty #DBB472
RGB
CMYK
RGB Variations
Color information
#DBB472 (or 0xDBB472) is known color: Putty. HEX triplet: DB, B4 and 72. RGB value is (219,180,114). Sum of RGB (Red+Green+Blue) = 219+180+114=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB472 is #244B8D. Grayscale: #B8B8B8. Windows color (decimal): -2378638 or 7517403. OLE color: 7517403.
HSL color Cylindrical-coordinate representation of color #DBB472: hue angle of 37.71º 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 #DBB472 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 114 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.14 |
| HSL | 37.71º | 0.59% | 0.65% | - |
| HSV(B) | 37.71º | 0.48% | 0.86% | - |
| XYZ | 48.57 | 48.92 | 22.8 | - |
| YUV | 184.14 | 88.42 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 114 | 0 | 0.18 | 0.48 | 0.14 | 37.71 | 0.59 | 0.65 |
| Hex | DB | B4 | 72 | 0 | 12 | 30 | E | 26 | 3B | 41 |
| Octal | 333 | 264 | 162 | 0 | 22 | 60 | 16 | 46 | 73 | 101 |
| Binary | 11011011 | 10110100 | 1110010 | 0 | 10010 | 110000 | 1110 | 100110 | 111011 | 1000001 |
Color Harmonies of #DBB472
Complementary color
Monochromatic Colors of #DBB472
Black with #DBB472
Text Example
Text Example
White with #DBB472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB472; }
p { color: rgb(219,180,114); }
H1.HeaderClassName
{
color: #DBB472;
}
.AnyTagClassName
{
color: #DBB472;
}
</style>
background-color css
<style>
a { background-color: #DBB472; }
a { background-color: rgb(219,180,114); }
div.DivClassName
{
background-color: #DBB472;
}
.BgClassName
{
background-color: #DBB472;
}
</style>
border-color css
<style>
span { border-color: #DBB472; }
span { border-color: rgb(219,180,114); }
td.TdClassName
{
border-color: #DBB472;
}
.TagClassName
{
border-color: #DBB472;
}
</style>