Shades of Straw #DBBE7B
Tints of Straw #DBBE7B
RGB
CMYK
RGB Variations
Color information
#DBBE7B (or 0xDBBE7B) is known color: Straw. HEX triplet: DB, BE and 7B. RGB value is (219,190,123). Sum of RGB (Red+Green+Blue) = 219+190+123=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBE7B is #244184. Grayscale: #BFBFBF. Windows color (decimal): -2376069 or 8109787. OLE color: 8109787.
HSL color Cylindrical-coordinate representation of color #DBBE7B: hue angle of 41.88º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBBE7B is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 123 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.14 |
| HSL | 41.88º | 0.57% | 0.67% | - |
| HSV(B) | 41.88º | 0.44% | 0.86% | - |
| XYZ | 51.2 | 53.32 | 26.33 | - |
| YUV | 191.03 | 89.61 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 123 | 0 | 0.13 | 0.44 | 0.14 | 41.88 | 0.57 | 0.67 |
| Hex | DB | BE | 7B | 0 | D | 2C | E | 2A | 39 | 43 |
| Octal | 333 | 276 | 173 | 0 | 15 | 54 | 16 | 52 | 71 | 103 |
| Binary | 11011011 | 10111110 | 1111011 | 0 | 1101 | 101100 | 1110 | 101010 | 111001 | 1000011 |
Color Harmonies of #DBBE7B
Complementary color
Monochromatic Colors of #DBBE7B
Black with #DBBE7B
Text Example
Text Example
White with #DBBE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE7B; }
p { color: rgb(219,190,123); }
H1.HeaderClassName
{
color: #DBBE7B;
}
.AnyTagClassName
{
color: #DBBE7B;
}
</style>
background-color css
<style>
a { background-color: #DBBE7B; }
a { background-color: rgb(219,190,123); }
div.DivClassName
{
background-color: #DBBE7B;
}
.BgClassName
{
background-color: #DBBE7B;
}
</style>
border-color css
<style>
span { border-color: #DBBE7B; }
span { border-color: rgb(219,190,123); }
td.TdClassName
{
border-color: #DBBE7B;
}
.TagClassName
{
border-color: #DBBE7B;
}
</style>