Shades of Putty #DBB474
Tints of Putty #DBB474
RGB
CMYK
RGB Variations
Color information
#DBB474 (or 0xDBB474) is known color: Putty. HEX triplet: DB, B4 and 74. RGB value is (219,180,116). Sum of RGB (Red+Green+Blue) = 219+180+116=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB474 is #244B8B. Grayscale: #B8B8B8. Windows color (decimal): -2378636 or 7648475. OLE color: 7648475.
HSL color Cylindrical-coordinate representation of color #DBB474: hue angle of 37.28º 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 #DBB474 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 116 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.14 |
| HSL | 37.28º | 0.59% | 0.66% | - |
| HSV(B) | 37.28º | 0.47% | 0.86% | - |
| XYZ | 48.69 | 48.96 | 23.41 | - |
| YUV | 184.37 | 89.42 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 116 | 0 | 0.18 | 0.47 | 0.14 | 37.28 | 0.59 | 0.66 |
| Hex | DB | B4 | 74 | 0 | 12 | 2F | E | 25 | 3B | 42 |
| Octal | 333 | 264 | 164 | 0 | 22 | 57 | 16 | 45 | 73 | 102 |
| Binary | 11011011 | 10110100 | 1110100 | 0 | 10010 | 101111 | 1110 | 100101 | 111011 | 1000010 |
Color Harmonies of #DBB474
Complementary color
Monochromatic Colors of #DBB474
Black with #DBB474
Text Example
Text Example
White with #DBB474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB474; }
p { color: rgb(219,180,116); }
H1.HeaderClassName
{
color: #DBB474;
}
.AnyTagClassName
{
color: #DBB474;
}
</style>
background-color css
<style>
a { background-color: #DBB474; }
a { background-color: rgb(219,180,116); }
div.DivClassName
{
background-color: #DBB474;
}
.BgClassName
{
background-color: #DBB474;
}
</style>
border-color css
<style>
span { border-color: #DBB474; }
span { border-color: rgb(219,180,116); }
td.TdClassName
{
border-color: #DBB474;
}
.TagClassName
{
border-color: #DBB474;
}
</style>