Shades of Straw #DBBD88
Tints of Straw #DBBD88
RGB
CMYK
RGB Variations
Color information
#DBBD88 (or 0xDBBD88) is known color: Straw. HEX triplet: DB, BD and 88. RGB value is (219,189,136). Sum of RGB (Red+Green+Blue) = 219+189+136=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 136 (53.52% from 255 or 25% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBD88 is #244277. Grayscale: #C0C0C0. Windows color (decimal): -2376312 or 8961499. OLE color: 8961499.
HSL color Cylindrical-coordinate representation of color #DBBD88: hue angle of 38.31º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBBD88 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 136 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.14 |
| HSL | 38.31º | 0.54% | 0.7% | - |
| HSV(B) | 38.31º | 0.38% | 0.86% | - |
| XYZ | 51.85 | 53.23 | 30.83 | - |
| YUV | 191.93 | 96.44 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 136 | 0 | 0.14 | 0.38 | 0.14 | 38.31 | 0.54 | 0.7 |
| Hex | DB | BD | 88 | 0 | E | 26 | E | 26 | 36 | 46 |
| Octal | 333 | 275 | 210 | 0 | 16 | 46 | 16 | 46 | 66 | 106 |
| Binary | 11011011 | 10111101 | 10001000 | 0 | 1110 | 100110 | 1110 | 100110 | 110110 | 1000110 |
Color Harmonies of #DBBD88
Complementary color
Monochromatic Colors of #DBBD88
Black with #DBBD88
Text Example
Text Example
White with #DBBD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD88; }
p { color: rgb(219,189,136); }
H1.HeaderClassName
{
color: #DBBD88;
}
.AnyTagClassName
{
color: #DBBD88;
}
</style>
background-color css
<style>
a { background-color: #DBBD88; }
a { background-color: rgb(219,189,136); }
div.DivClassName
{
background-color: #DBBD88;
}
.BgClassName
{
background-color: #DBBD88;
}
</style>
border-color css
<style>
span { border-color: #DBBD88; }
span { border-color: rgb(219,189,136); }
td.TdClassName
{
border-color: #DBBD88;
}
.TagClassName
{
border-color: #DBBD88;
}
</style>