Shades of Putty #DBAD72
Tints of Putty #DBAD72
RGB
CMYK
RGB Variations
Color information
#DBAD72 (or 0xDBAD72) is known color: Putty. HEX triplet: DB, AD and 72. RGB value is (219,173,114). Sum of RGB (Red+Green+Blue) = 219+173+114=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAD72 is #24528D. Grayscale: #B4B4B4. Windows color (decimal): -2380430 or 7515611. OLE color: 7515611.
HSL color Cylindrical-coordinate representation of color #DBAD72: hue angle of 33.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 #DBAD72 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 114 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.14 |
| HSL | 33.71º | 0.59% | 0.65% | - |
| HSV(B) | 33.71º | 0.48% | 0.86% | - |
| XYZ | 47.19 | 46.16 | 22.34 | - |
| YUV | 180.03 | 90.74 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 114 | 0 | 0.21 | 0.48 | 0.14 | 33.71 | 0.59 | 0.65 |
| Hex | DB | AD | 72 | 0 | 15 | 30 | E | 22 | 3B | 41 |
| Octal | 333 | 255 | 162 | 0 | 25 | 60 | 16 | 42 | 73 | 101 |
| Binary | 11011011 | 10101101 | 1110010 | 0 | 10101 | 110000 | 1110 | 100010 | 111011 | 1000001 |
Color Harmonies of #DBAD72
Complementary color
Monochromatic Colors of #DBAD72
Black with #DBAD72
Text Example
Text Example
White with #DBAD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD72; }
p { color: rgb(219,173,114); }
H1.HeaderClassName
{
color: #DBAD72;
}
.AnyTagClassName
{
color: #DBAD72;
}
</style>
background-color css
<style>
a { background-color: #DBAD72; }
a { background-color: rgb(219,173,114); }
div.DivClassName
{
background-color: #DBAD72;
}
.BgClassName
{
background-color: #DBAD72;
}
</style>
border-color css
<style>
span { border-color: #DBAD72; }
span { border-color: rgb(219,173,114); }
td.TdClassName
{
border-color: #DBAD72;
}
.TagClassName
{
border-color: #DBAD72;
}
</style>