Shades of Straw #DBBC87
Tints of Straw #DBBC87
RGB
CMYK
RGB Variations
Color information
#DBBC87 (or 0xDBBC87) is known color: Straw. HEX triplet: DB, BC and 87. RGB value is (219,188,135). Sum of RGB (Red+Green+Blue) = 219+188+135=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 135 (53.12% from 255 or 24.91% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBC87 is #244378. Grayscale: #BFBFBF. Windows color (decimal): -2376569 or 8895707. OLE color: 8895707.
HSL color Cylindrical-coordinate representation of color #DBBC87: hue angle of 37.86º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBBC87 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 135 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.14 |
| HSL | 37.86º | 0.54% | 0.69% | - |
| HSV(B) | 37.86º | 0.38% | 0.86% | - |
| XYZ | 51.57 | 52.78 | 30.39 | - |
| YUV | 191.23 | 96.27 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 135 | 0 | 0.14 | 0.38 | 0.14 | 37.86 | 0.54 | 0.69 |
| Hex | DB | BC | 87 | 0 | E | 26 | E | 26 | 36 | 45 |
| Octal | 333 | 274 | 207 | 0 | 16 | 46 | 16 | 46 | 66 | 105 |
| Binary | 11011011 | 10111100 | 10000111 | 0 | 1110 | 100110 | 1110 | 100110 | 110110 | 1000101 |
Color Harmonies of #DBBC87
Complementary color
Monochromatic Colors of #DBBC87
Black with #DBBC87
Text Example
Text Example
White with #DBBC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC87; }
p { color: rgb(219,188,135); }
H1.HeaderClassName
{
color: #DBBC87;
}
.AnyTagClassName
{
color: #DBBC87;
}
</style>
background-color css
<style>
a { background-color: #DBBC87; }
a { background-color: rgb(219,188,135); }
div.DivClassName
{
background-color: #DBBC87;
}
.BgClassName
{
background-color: #DBBC87;
}
</style>
border-color css
<style>
span { border-color: #DBBC87; }
span { border-color: rgb(219,188,135); }
td.TdClassName
{
border-color: #DBBC87;
}
.TagClassName
{
border-color: #DBBC87;
}
</style>