Shades of Putty #DBB275
Tints of Putty #DBB275
RGB
CMYK
RGB Variations
Color information
#DBB275 (or 0xDBB275) is known color: Putty. HEX triplet: DB, B2 and 75. RGB value is (219,178,117). Sum of RGB (Red+Green+Blue) = 219+178+117=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB275 is #244D8A. Grayscale: #B7B7B7. Windows color (decimal): -2379147 or 7713499. OLE color: 7713499.
HSL color Cylindrical-coordinate representation of color #DBB275: hue angle of 35.88º 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 #DBB275 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 117 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.14 |
| HSL | 35.88º | 0.59% | 0.66% | - |
| HSV(B) | 35.88º | 0.47% | 0.86% | - |
| XYZ | 48.34 | 48.19 | 23.58 | - |
| YUV | 183.31 | 90.58 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 117 | 0 | 0.19 | 0.47 | 0.14 | 35.88 | 0.59 | 0.66 |
| Hex | DB | B2 | 75 | 0 | 13 | 2F | E | 24 | 3B | 42 |
| Octal | 333 | 262 | 165 | 0 | 23 | 57 | 16 | 44 | 73 | 102 |
| Binary | 11011011 | 10110010 | 1110101 | 0 | 10011 | 101111 | 1110 | 100100 | 111011 | 1000010 |
Color Harmonies of #DBB275
Complementary color
Monochromatic Colors of #DBB275
Black with #DBB275
Text Example
Text Example
White with #DBB275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB275; }
p { color: rgb(219,178,117); }
H1.HeaderClassName
{
color: #DBB275;
}
.AnyTagClassName
{
color: #DBB275;
}
</style>
background-color css
<style>
a { background-color: #DBB275; }
a { background-color: rgb(219,178,117); }
div.DivClassName
{
background-color: #DBB275;
}
.BgClassName
{
background-color: #DBB275;
}
</style>
border-color css
<style>
span { border-color: #DBB275; }
span { border-color: rgb(219,178,117); }
td.TdClassName
{
border-color: #DBB275;
}
.TagClassName
{
border-color: #DBB275;
}
</style>