Shades of Straw #DBBC80
Tints of Straw #DBBC80
RGB
CMYK
RGB Variations
Color information
#DBBC80 (or 0xDBBC80) is known color: Straw. HEX triplet: DB, BC and 80. RGB value is (219,188,128). Sum of RGB (Red+Green+Blue) = 219+188+128=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBC80 is #24437F. Grayscale: #BEBEBE. Windows color (decimal): -2376576 or 8436955. OLE color: 8436955.
HSL color Cylindrical-coordinate representation of color #DBBC80: hue angle of 39.56º 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 #DBBC80 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 128 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.14 |
| HSL | 39.56º | 0.56% | 0.68% | - |
| HSV(B) | 39.56º | 0.42% | 0.86% | - |
| XYZ | 51.09 | 52.59 | 27.88 | - |
| YUV | 190.43 | 92.77 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 128 | 0 | 0.14 | 0.42 | 0.14 | 39.56 | 0.56 | 0.68 |
| Hex | DB | BC | 80 | 0 | E | 2A | E | 28 | 38 | 44 |
| Octal | 333 | 274 | 200 | 0 | 16 | 52 | 16 | 50 | 70 | 104 |
| Binary | 11011011 | 10111100 | 10000000 | 0 | 1110 | 101010 | 1110 | 101000 | 111000 | 1000100 |
Color Harmonies of #DBBC80
Complementary color
Monochromatic Colors of #DBBC80
Black with #DBBC80
Text Example
Text Example
White with #DBBC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC80; }
p { color: rgb(219,188,128); }
H1.HeaderClassName
{
color: #DBBC80;
}
.AnyTagClassName
{
color: #DBBC80;
}
</style>
background-color css
<style>
a { background-color: #DBBC80; }
a { background-color: rgb(219,188,128); }
div.DivClassName
{
background-color: #DBBC80;
}
.BgClassName
{
background-color: #DBBC80;
}
</style>
border-color css
<style>
span { border-color: #DBBC80; }
span { border-color: rgb(219,188,128); }
td.TdClassName
{
border-color: #DBBC80;
}
.TagClassName
{
border-color: #DBBC80;
}
</style>