Shades of Straw #DBB575
Tints of Straw #DBB575
RGB
CMYK
RGB Variations
Color information
#DBB575 (or 0xDBB575) is known color: Straw. HEX triplet: DB, B5 and 75. RGB value is (219,181,117). Sum of RGB (Red+Green+Blue) = 219+181+117=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB575 is #244A8A. Grayscale: #B9B9B9. Windows color (decimal): -2378379 or 7714267. OLE color: 7714267.
HSL color Cylindrical-coordinate representation of color #DBB575: hue angle of 37.65º 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 #DBB575 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 117 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.14 |
| HSL | 37.65º | 0.59% | 0.66% | - |
| HSV(B) | 37.65º | 0.47% | 0.86% | - |
| XYZ | 48.95 | 49.39 | 23.78 | - |
| YUV | 185.07 | 89.59 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 117 | 0 | 0.17 | 0.47 | 0.14 | 37.65 | 0.59 | 0.66 |
| Hex | DB | B5 | 75 | 0 | 11 | 2F | E | 26 | 3B | 42 |
| Octal | 333 | 265 | 165 | 0 | 21 | 57 | 16 | 46 | 73 | 102 |
| Binary | 11011011 | 10110101 | 1110101 | 0 | 10001 | 101111 | 1110 | 100110 | 111011 | 1000010 |
Color Harmonies of #DBB575
Complementary color
Monochromatic Colors of #DBB575
Black with #DBB575
Text Example
Text Example
White with #DBB575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB575; }
p { color: rgb(219,181,117); }
H1.HeaderClassName
{
color: #DBB575;
}
.AnyTagClassName
{
color: #DBB575;
}
</style>
background-color css
<style>
a { background-color: #DBB575; }
a { background-color: rgb(219,181,117); }
div.DivClassName
{
background-color: #DBB575;
}
.BgClassName
{
background-color: #DBB575;
}
</style>
border-color css
<style>
span { border-color: #DBB575; }
span { border-color: rgb(219,181,117); }
td.TdClassName
{
border-color: #DBB575;
}
.TagClassName
{
border-color: #DBB575;
}
</style>