Shades of Straw #DBBE82
Tints of Straw #DBBE82
RGB
CMYK
RGB Variations
Color information
#DBBE82 (or 0xDBBE82) is known color: Straw. HEX triplet: DB, BE and 82. RGB value is (219,190,130). Sum of RGB (Red+Green+Blue) = 219+190+130=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 130 (51.17% from 255 or 24.12% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBE82 is #24417D. Grayscale: #C0C0C0. Windows color (decimal): -2376062 or 8568539. OLE color: 8568539.
HSL color Cylindrical-coordinate representation of color #DBBE82: hue angle of 40.45º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBBE82 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 130 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.14 |
| HSL | 40.45º | 0.55% | 0.68% | - |
| HSV(B) | 40.45º | 0.41% | 0.86% | - |
| XYZ | 51.66 | 53.5 | 28.72 | - |
| YUV | 191.83 | 93.11 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 130 | 0 | 0.13 | 0.41 | 0.14 | 40.45 | 0.55 | 0.68 |
| Hex | DB | BE | 82 | 0 | D | 29 | E | 28 | 37 | 44 |
| Octal | 333 | 276 | 202 | 0 | 15 | 51 | 16 | 50 | 67 | 104 |
| Binary | 11011011 | 10111110 | 10000010 | 0 | 1101 | 101001 | 1110 | 101000 | 110111 | 1000100 |
Color Harmonies of #DBBE82
Complementary color
Monochromatic Colors of #DBBE82
Black with #DBBE82
Text Example
Text Example
White with #DBBE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE82; }
p { color: rgb(219,190,130); }
H1.HeaderClassName
{
color: #DBBE82;
}
.AnyTagClassName
{
color: #DBBE82;
}
</style>
background-color css
<style>
a { background-color: #DBBE82; }
a { background-color: rgb(219,190,130); }
div.DivClassName
{
background-color: #DBBE82;
}
.BgClassName
{
background-color: #DBBE82;
}
</style>
border-color css
<style>
span { border-color: #DBBE82; }
span { border-color: rgb(219,190,130); }
td.TdClassName
{
border-color: #DBBE82;
}
.TagClassName
{
border-color: #DBBE82;
}
</style>