Shades of Putty #DBB074
Tints of Putty #DBB074
RGB
CMYK
RGB Variations
Color information
#DBB074 (or 0xDBB074) is known color: Putty. HEX triplet: DB, B0 and 74. RGB value is (219,176,116). Sum of RGB (Red+Green+Blue) = 219+176+116=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB074 is #244F8B. Grayscale: #B6B6B6. Windows color (decimal): -2379660 or 7647451. OLE color: 7647451.
HSL color Cylindrical-coordinate representation of color #DBB074: hue angle of 34.95º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBB074 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 116 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.14 |
| HSL | 34.95º | 0.59% | 0.66% | - |
| HSV(B) | 34.95º | 0.47% | 0.86% | - |
| XYZ | 47.89 | 47.37 | 23.14 | - |
| YUV | 182.02 | 90.75 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 116 | 0 | 0.20 | 0.47 | 0.14 | 34.95 | 0.59 | 0.66 |
| Hex | DB | B0 | 74 | 0 | 14 | 2F | E | 23 | 3B | 42 |
| Octal | 333 | 260 | 164 | 0 | 24 | 57 | 16 | 43 | 73 | 102 |
| Binary | 11011011 | 10110000 | 1110100 | 0 | 10100 | 101111 | 1110 | 100011 | 111011 | 1000010 |
Color Harmonies of #DBB074
Complementary color
Monochromatic Colors of #DBB074
Black with #DBB074
Text Example
Text Example
White with #DBB074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB074; }
p { color: rgb(219,176,116); }
H1.HeaderClassName
{
color: #DBB074;
}
.AnyTagClassName
{
color: #DBB074;
}
</style>
background-color css
<style>
a { background-color: #DBB074; }
a { background-color: rgb(219,176,116); }
div.DivClassName
{
background-color: #DBB074;
}
.BgClassName
{
background-color: #DBB074;
}
</style>
border-color css
<style>
span { border-color: #DBB074; }
span { border-color: rgb(219,176,116); }
td.TdClassName
{
border-color: #DBB074;
}
.TagClassName
{
border-color: #DBB074;
}
</style>