Shades of Straw #DBBB82
Tints of Straw #DBBB82
RGB
CMYK
RGB Variations
Color information
#DBBB82 (or 0xDBBB82) is known color: Straw. HEX triplet: DB, BB and 82. RGB value is (219,187,130). Sum of RGB (Red+Green+Blue) = 219+187+130=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 130 (51.17% from 255 or 24.25% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBB82 is #24447D. Grayscale: #BEBEBE. Windows color (decimal): -2376830 or 8567771. OLE color: 8567771.
HSL color Cylindrical-coordinate representation of color #DBBB82: hue angle of 38.43º 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 #DBBB82 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 130 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.14 |
| HSL | 38.43º | 0.55% | 0.68% | - |
| HSV(B) | 38.43º | 0.41% | 0.86% | - |
| XYZ | 51.01 | 52.21 | 28.51 | - |
| YUV | 190.07 | 94.1 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 130 | 0 | 0.15 | 0.41 | 0.14 | 38.43 | 0.55 | 0.68 |
| Hex | DB | BB | 82 | 0 | F | 29 | E | 26 | 37 | 44 |
| Octal | 333 | 273 | 202 | 0 | 17 | 51 | 16 | 46 | 67 | 104 |
| Binary | 11011011 | 10111011 | 10000010 | 0 | 1111 | 101001 | 1110 | 100110 | 110111 | 1000100 |
Color Harmonies of #DBBB82
Complementary color
Monochromatic Colors of #DBBB82
Black with #DBBB82
Text Example
Text Example
White with #DBBB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB82; }
p { color: rgb(219,187,130); }
H1.HeaderClassName
{
color: #DBBB82;
}
.AnyTagClassName
{
color: #DBBB82;
}
</style>
background-color css
<style>
a { background-color: #DBBB82; }
a { background-color: rgb(219,187,130); }
div.DivClassName
{
background-color: #DBBB82;
}
.BgClassName
{
background-color: #DBBB82;
}
</style>
border-color css
<style>
span { border-color: #DBBB82; }
span { border-color: rgb(219,187,130); }
td.TdClassName
{
border-color: #DBBB82;
}
.TagClassName
{
border-color: #DBBB82;
}
</style>