Shades of Straw #DBBD80
Tints of Straw #DBBD80
RGB
CMYK
RGB Variations
Color information
#DBBD80 (or 0xDBBD80) is known color: Straw. HEX triplet: DB, BD and 80. RGB value is (219,189,128). Sum of RGB (Red+Green+Blue) = 219+189+128=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBD80 is #24427F. Grayscale: #BFBFBF. Windows color (decimal): -2376320 or 8437211. OLE color: 8437211.
HSL color Cylindrical-coordinate representation of color #DBBD80: hue angle of 40.22º 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 #DBBD80 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 128 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.14 |
| HSL | 40.22º | 0.56% | 0.68% | - |
| HSV(B) | 40.22º | 0.42% | 0.86% | - |
| XYZ | 51.31 | 53.01 | 27.95 | - |
| YUV | 191.02 | 92.44 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 128 | 0 | 0.14 | 0.42 | 0.14 | 40.22 | 0.56 | 0.68 |
| Hex | DB | BD | 80 | 0 | E | 2A | E | 28 | 38 | 44 |
| Octal | 333 | 275 | 200 | 0 | 16 | 52 | 16 | 50 | 70 | 104 |
| Binary | 11011011 | 10111101 | 10000000 | 0 | 1110 | 101010 | 1110 | 101000 | 111000 | 1000100 |
Color Harmonies of #DBBD80
Complementary color
Monochromatic Colors of #DBBD80
Black with #DBBD80
Text Example
Text Example
White with #DBBD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD80; }
p { color: rgb(219,189,128); }
H1.HeaderClassName
{
color: #DBBD80;
}
.AnyTagClassName
{
color: #DBBD80;
}
</style>
background-color css
<style>
a { background-color: #DBBD80; }
a { background-color: rgb(219,189,128); }
div.DivClassName
{
background-color: #DBBD80;
}
.BgClassName
{
background-color: #DBBD80;
}
</style>
border-color css
<style>
span { border-color: #DBBD80; }
span { border-color: rgb(219,189,128); }
td.TdClassName
{
border-color: #DBBD80;
}
.TagClassName
{
border-color: #DBBD80;
}
</style>