Shades of Straw #DBB675
Tints of Straw #DBB675
RGB
CMYK
RGB Variations
Color information
#DBB675 (or 0xDBB675) is known color: Straw. HEX triplet: DB, B6 and 75. RGB value is (219,182,117). Sum of RGB (Red+Green+Blue) = 219+182+117=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 182 (71.48% from 255 or 35.14% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB675 is #24498A. Grayscale: #B9B9B9. Windows color (decimal): -2378123 or 7714523. OLE color: 7714523.
HSL color Cylindrical-coordinate representation of color #DBB675: hue angle of 38.24º 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 #DBB675 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 117 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.14 |
| HSL | 38.24º | 0.59% | 0.66% | - |
| HSV(B) | 38.24º | 0.47% | 0.86% | - |
| XYZ | 49.15 | 49.8 | 23.85 | - |
| YUV | 185.65 | 89.26 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 117 | 0 | 0.17 | 0.47 | 0.14 | 38.24 | 0.59 | 0.66 |
| Hex | DB | B6 | 75 | 0 | 11 | 2F | E | 26 | 3B | 42 |
| Octal | 333 | 266 | 165 | 0 | 21 | 57 | 16 | 46 | 73 | 102 |
| Binary | 11011011 | 10110110 | 1110101 | 0 | 10001 | 101111 | 1110 | 100110 | 111011 | 1000010 |
Color Harmonies of #DBB675
Complementary color
Monochromatic Colors of #DBB675
Black with #DBB675
Text Example
Text Example
White with #DBB675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB675; }
p { color: rgb(219,182,117); }
H1.HeaderClassName
{
color: #DBB675;
}
.AnyTagClassName
{
color: #DBB675;
}
</style>
background-color css
<style>
a { background-color: #DBB675; }
a { background-color: rgb(219,182,117); }
div.DivClassName
{
background-color: #DBB675;
}
.BgClassName
{
background-color: #DBB675;
}
</style>
border-color css
<style>
span { border-color: #DBB675; }
span { border-color: rgb(219,182,117); }
td.TdClassName
{
border-color: #DBB675;
}
.TagClassName
{
border-color: #DBB675;
}
</style>