Shades of Straw #DBBE8B
Tints of Straw #DBBE8B
RGB
CMYK
RGB Variations
Color information
#DBBE8B (or 0xDBBE8B) is known color: Straw. HEX triplet: DB, BE and 8B. RGB value is (219,190,139). Sum of RGB (Red+Green+Blue) = 219+190+139=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 139 (54.69% from 255 or 25.36% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBE8B is #244174. Grayscale: #C1C1C1. Windows color (decimal): -2376053 or 9158363. OLE color: 9158363.
HSL color Cylindrical-coordinate representation of color #DBBE8B: hue angle of 38.25º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBBE8B is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 139 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.14 |
| HSL | 38.25º | 0.53% | 0.7% | - |
| HSV(B) | 38.25º | 0.37% | 0.86% | - |
| XYZ | 52.29 | 53.75 | 32.05 | - |
| YUV | 192.86 | 97.61 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 139 | 0 | 0.13 | 0.37 | 0.14 | 38.25 | 0.53 | 0.7 |
| Hex | DB | BE | 8B | 0 | D | 25 | E | 26 | 35 | 46 |
| Octal | 333 | 276 | 213 | 0 | 15 | 45 | 16 | 46 | 65 | 106 |
| Binary | 11011011 | 10111110 | 10001011 | 0 | 1101 | 100101 | 1110 | 100110 | 110101 | 1000110 |
Color Harmonies of #DBBE8B
Complementary color
Monochromatic Colors of #DBBE8B
Black with #DBBE8B
Text Example
Text Example
White with #DBBE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE8B; }
p { color: rgb(219,190,139); }
H1.HeaderClassName
{
color: #DBBE8B;
}
.AnyTagClassName
{
color: #DBBE8B;
}
</style>
background-color css
<style>
a { background-color: #DBBE8B; }
a { background-color: rgb(219,190,139); }
div.DivClassName
{
background-color: #DBBE8B;
}
.BgClassName
{
background-color: #DBBE8B;
}
</style>
border-color css
<style>
span { border-color: #DBBE8B; }
span { border-color: rgb(219,190,139); }
td.TdClassName
{
border-color: #DBBE8B;
}
.TagClassName
{
border-color: #DBBE8B;
}
</style>