Shades of Putty #DBAE71
Tints of Putty #DBAE71
RGB
CMYK
RGB Variations
Color information
#DBAE71 (or 0xDBAE71) is known color: Putty. HEX triplet: DB, AE and 71. RGB value is (219,174,113). Sum of RGB (Red+Green+Blue) = 219+174+113=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 113 (44.53% from 255 or 22.33% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAE71 is #24518E. Grayscale: #B4B4B4. Windows color (decimal): -2380175 or 7450331. OLE color: 7450331.
HSL color Cylindrical-coordinate representation of color #DBAE71: hue angle of 34.53º 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 #DBAE71 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 113 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.14 |
| HSL | 34.53º | 0.6% | 0.65% | - |
| HSV(B) | 34.53º | 0.48% | 0.86% | - |
| XYZ | 47.33 | 46.52 | 22.11 | - |
| YUV | 180.5 | 89.91 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 113 | 0 | 0.21 | 0.48 | 0.14 | 34.53 | 0.6 | 0.65 |
| Hex | DB | AE | 71 | 0 | 15 | 30 | E | 23 | 3C | 41 |
| Octal | 333 | 256 | 161 | 0 | 25 | 60 | 16 | 43 | 74 | 101 |
| Binary | 11011011 | 10101110 | 1110001 | 0 | 10101 | 110000 | 1110 | 100011 | 111100 | 1000001 |
Color Harmonies of #DBAE71
Complementary color
Monochromatic Colors of #DBAE71
Black with #DBAE71
Text Example
Text Example
White with #DBAE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE71; }
p { color: rgb(219,174,113); }
H1.HeaderClassName
{
color: #DBAE71;
}
.AnyTagClassName
{
color: #DBAE71;
}
</style>
background-color css
<style>
a { background-color: #DBAE71; }
a { background-color: rgb(219,174,113); }
div.DivClassName
{
background-color: #DBAE71;
}
.BgClassName
{
background-color: #DBAE71;
}
</style>
border-color css
<style>
span { border-color: #DBAE71; }
span { border-color: rgb(219,174,113); }
td.TdClassName
{
border-color: #DBAE71;
}
.TagClassName
{
border-color: #DBAE71;
}
</style>