Shades of Putty #DBAF70
Tints of Putty #DBAF70
RGB
CMYK
RGB Variations
Color information
#DBAF70 (or 0xDBAF70) is known color: Putty. HEX triplet: DB, AF and 70. RGB value is (219,175,112). Sum of RGB (Red+Green+Blue) = 219+175+112=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAF70 is #24508F. Grayscale: #B5B5B5. Windows color (decimal): -2379920 or 7385051. OLE color: 7385051.
HSL color Cylindrical-coordinate representation of color #DBAF70: hue angle of 35.33º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBAF70 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 112 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.14 |
| HSL | 35.33º | 0.6% | 0.65% | - |
| HSV(B) | 35.33º | 0.49% | 0.86% | - |
| XYZ | 47.47 | 46.89 | 21.88 | - |
| YUV | 180.97 | 89.08 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 112 | 0 | 0.20 | 0.49 | 0.14 | 35.33 | 0.6 | 0.65 |
| Hex | DB | AF | 70 | 0 | 14 | 31 | E | 23 | 3C | 41 |
| Octal | 333 | 257 | 160 | 0 | 24 | 61 | 16 | 43 | 74 | 101 |
| Binary | 11011011 | 10101111 | 1110000 | 0 | 10100 | 110001 | 1110 | 100011 | 111100 | 1000001 |
Color Harmonies of #DBAF70
Complementary color
Monochromatic Colors of #DBAF70
Black with #DBAF70
Text Example
Text Example
White with #DBAF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF70; }
p { color: rgb(219,175,112); }
H1.HeaderClassName
{
color: #DBAF70;
}
.AnyTagClassName
{
color: #DBAF70;
}
</style>
background-color css
<style>
a { background-color: #DBAF70; }
a { background-color: rgb(219,175,112); }
div.DivClassName
{
background-color: #DBAF70;
}
.BgClassName
{
background-color: #DBAF70;
}
</style>
border-color css
<style>
span { border-color: #DBAF70; }
span { border-color: rgb(219,175,112); }
td.TdClassName
{
border-color: #DBAF70;
}
.TagClassName
{
border-color: #DBAF70;
}
</style>