Shades of Straw #DBBD86
Tints of Straw #DBBD86
RGB
CMYK
RGB Variations
Color information
#DBBD86 (or 0xDBBD86) is known color: Straw. HEX triplet: DB, BD and 86. RGB value is (219,189,134). Sum of RGB (Red+Green+Blue) = 219+189+134=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 134 (52.73% from 255 or 24.72% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBD86 is #244279. Grayscale: #BFBFBF. Windows color (decimal): -2376314 or 8830427. OLE color: 8830427.
HSL color Cylindrical-coordinate representation of color #DBBD86: hue angle of 38.82º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBBD86 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 134 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.14 |
| HSL | 38.82º | 0.54% | 0.69% | - |
| HSV(B) | 38.82º | 0.39% | 0.86% | - |
| XYZ | 51.71 | 53.18 | 30.09 | - |
| YUV | 191.7 | 95.44 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 134 | 0 | 0.14 | 0.39 | 0.14 | 38.82 | 0.54 | 0.69 |
| Hex | DB | BD | 86 | 0 | E | 27 | E | 27 | 36 | 45 |
| Octal | 333 | 275 | 206 | 0 | 16 | 47 | 16 | 47 | 66 | 105 |
| Binary | 11011011 | 10111101 | 10000110 | 0 | 1110 | 100111 | 1110 | 100111 | 110110 | 1000101 |
Color Harmonies of #DBBD86
Complementary color
Monochromatic Colors of #DBBD86
Black with #DBBD86
Text Example
Text Example
White with #DBBD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD86; }
p { color: rgb(219,189,134); }
H1.HeaderClassName
{
color: #DBBD86;
}
.AnyTagClassName
{
color: #DBBD86;
}
</style>
background-color css
<style>
a { background-color: #DBBD86; }
a { background-color: rgb(219,189,134); }
div.DivClassName
{
background-color: #DBBD86;
}
.BgClassName
{
background-color: #DBBD86;
}
</style>
border-color css
<style>
span { border-color: #DBBD86; }
span { border-color: rgb(219,189,134); }
td.TdClassName
{
border-color: #DBBD86;
}
.TagClassName
{
border-color: #DBBD86;
}
</style>