Shades of Straw #DBBE7E
Tints of Straw #DBBE7E
RGB
CMYK
RGB Variations
Color information
#DBBE7E (or 0xDBBE7E) is known color: Straw. HEX triplet: DB, BE and 7E. RGB value is (219,190,126). Sum of RGB (Red+Green+Blue) = 219+190+126=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 126 (49.61% from 255 or 23.55% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBE7E is #244181. Grayscale: #BFBFBF. Windows color (decimal): -2376066 or 8306395. OLE color: 8306395.
HSL color Cylindrical-coordinate representation of color #DBBE7E: hue angle of 41.29º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBBE7E is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 126 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.14 |
| HSL | 41.29º | 0.56% | 0.68% | - |
| HSV(B) | 41.29º | 0.42% | 0.86% | - |
| XYZ | 51.39 | 53.39 | 27.34 | - |
| YUV | 191.38 | 91.11 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 126 | 0 | 0.13 | 0.42 | 0.14 | 41.29 | 0.56 | 0.68 |
| Hex | DB | BE | 7E | 0 | D | 2A | E | 29 | 38 | 44 |
| Octal | 333 | 276 | 176 | 0 | 15 | 52 | 16 | 51 | 70 | 104 |
| Binary | 11011011 | 10111110 | 1111110 | 0 | 1101 | 101010 | 1110 | 101001 | 111000 | 1000100 |
Color Harmonies of #DBBE7E
Complementary color
Monochromatic Colors of #DBBE7E
Black with #DBBE7E
Text Example
Text Example
White with #DBBE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE7E; }
p { color: rgb(219,190,126); }
H1.HeaderClassName
{
color: #DBBE7E;
}
.AnyTagClassName
{
color: #DBBE7E;
}
</style>
background-color css
<style>
a { background-color: #DBBE7E; }
a { background-color: rgb(219,190,126); }
div.DivClassName
{
background-color: #DBBE7E;
}
.BgClassName
{
background-color: #DBBE7E;
}
</style>
border-color css
<style>
span { border-color: #DBBE7E; }
span { border-color: rgb(219,190,126); }
td.TdClassName
{
border-color: #DBBE7E;
}
.TagClassName
{
border-color: #DBBE7E;
}
</style>