Shades of Straw #DBBB80
Tints of Straw #DBBB80
RGB
CMYK
RGB Variations
Color information
#DBBB80 (or 0xDBBB80) is known color: Straw. HEX triplet: DB, BB and 80. RGB value is (219,187,128). Sum of RGB (Red+Green+Blue) = 219+187+128=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 128 (50.39% from 255 or 23.97% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBB80 is #24447F. Grayscale: #BEBEBE. Windows color (decimal): -2376832 or 8436699. OLE color: 8436699.
HSL color Cylindrical-coordinate representation of color #DBBB80: hue angle of 38.9º 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 #DBBB80 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 128 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.14 |
| HSL | 38.9º | 0.56% | 0.68% | - |
| HSV(B) | 38.9º | 0.42% | 0.86% | - |
| XYZ | 50.88 | 52.16 | 27.81 | - |
| YUV | 189.84 | 93.1 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 128 | 0 | 0.15 | 0.42 | 0.14 | 38.9 | 0.56 | 0.68 |
| Hex | DB | BB | 80 | 0 | F | 2A | E | 27 | 38 | 44 |
| Octal | 333 | 273 | 200 | 0 | 17 | 52 | 16 | 47 | 70 | 104 |
| Binary | 11011011 | 10111011 | 10000000 | 0 | 1111 | 101010 | 1110 | 100111 | 111000 | 1000100 |
Color Harmonies of #DBBB80
Complementary color
Monochromatic Colors of #DBBB80
Black with #DBBB80
Text Example
Text Example
White with #DBBB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB80; }
p { color: rgb(219,187,128); }
H1.HeaderClassName
{
color: #DBBB80;
}
.AnyTagClassName
{
color: #DBBB80;
}
</style>
background-color css
<style>
a { background-color: #DBBB80; }
a { background-color: rgb(219,187,128); }
div.DivClassName
{
background-color: #DBBB80;
}
.BgClassName
{
background-color: #DBBB80;
}
</style>
border-color css
<style>
span { border-color: #DBBB80; }
span { border-color: rgb(219,187,128); }
td.TdClassName
{
border-color: #DBBB80;
}
.TagClassName
{
border-color: #DBBB80;
}
</style>