Shades of Putty #DBB570
Tints of Putty #DBB570
RGB
CMYK
RGB Variations
Color information
#DBB570 (or 0xDBB570) is known color: Putty. HEX triplet: DB, B5 and 70. RGB value is (219,181,112). Sum of RGB (Red+Green+Blue) = 219+181+112=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB570 is #244A8F. Grayscale: #B8B8B8. Windows color (decimal): -2378384 or 7386587. OLE color: 7386587.
HSL color Cylindrical-coordinate representation of color #DBB570: hue angle of 38.69º 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 #DBB570 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 181 | 112 | - |
CMYK | 0 | 0.17 | 0.49 | 0.14 |
HSL | 38.69º | 0.6% | 0.65% | - |
HSV(B) | 38.69º | 0.49% | 0.86% | - |
XYZ | 48.66 | 49.28 | 22.28 | - |
YUV | 184.5 | 87.09 | 152.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 181 | 112 | 0 | 0.17 | 0.49 | 0.14 | 38.69 | 0.6 | 0.65 |
Hex | DB | B5 | 70 | 0 | 11 | 31 | E | 27 | 3C | 41 |
Octal | 333 | 265 | 160 | 0 | 21 | 61 | 16 | 47 | 74 | 101 |
Binary | 11011011 | 10110101 | 1110000 | 0 | 10001 | 110001 | 1110 | 100111 | 111100 | 1000001 |
Color Harmonies of #DBB570
Complementary color
Monochromatic Colors of #DBB570
Black with #DBB570
Text Example
Text Example
White with #DBB570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB570; }
p { color: rgb(219,181,112); }
H1.HeaderClassName
{
color: #DBB570;
}
.AnyTagClassName
{
color: #DBB570;
}
</style>
background-color css
<style>
a { background-color: #DBB570; }
a { background-color: rgb(219,181,112); }
div.DivClassName
{
background-color: #DBB570;
}
.BgClassName
{
background-color: #DBB570;
}
</style>
border-color css
<style>
span { border-color: #DBB570; }
span { border-color: rgb(219,181,112); }
td.TdClassName
{
border-color: #DBB570;
}
.TagClassName
{
border-color: #DBB570;
}
</style>