Shades of Straw #D8BC86
Tints of Straw #D8BC86
RGB
CMYK
RGB Variations
Color information
#D8BC86 (or 0xD8BC86) is known color: Straw. HEX triplet: D8, BC and 86. RGB value is (216,188,134). Sum of RGB (Red+Green+Blue) = 216+188+134=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 134 (52.73% from 255 or 24.91% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BC86 is #274379. Grayscale: #BEBEBE. Windows color (decimal): -2573178 or 8830168. OLE color: 8830168.
HSL color Cylindrical-coordinate representation of color #D8BC86: hue angle of 39.51º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D8BC86 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 134 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.15 |
| HSL | 39.51º | 0.51% | 0.69% | - |
| HSV(B) | 39.51º | 0.38% | 0.85% | - |
| XYZ | 50.61 | 52.29 | 29.98 | - |
| YUV | 190.22 | 96.28 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 134 | 0 | 0.13 | 0.38 | 0.15 | 39.51 | 0.51 | 0.69 |
| Hex | D8 | BC | 86 | 0 | D | 26 | F | 28 | 33 | 45 |
| Octal | 330 | 274 | 206 | 0 | 15 | 46 | 17 | 50 | 63 | 105 |
| Binary | 11011000 | 10111100 | 10000110 | 0 | 1101 | 100110 | 1111 | 101000 | 110011 | 1000101 |
Color Harmonies of #D8BC86
Complementary color
Monochromatic Colors of #D8BC86
Black with #D8BC86
Text Example
Text Example
White with #D8BC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BC86; }
p { color: rgb(216,188,134); }
H1.HeaderClassName
{
color: #D8BC86;
}
.AnyTagClassName
{
color: #D8BC86;
}
</style>
background-color css
<style>
a { background-color: #D8BC86; }
a { background-color: rgb(216,188,134); }
div.DivClassName
{
background-color: #D8BC86;
}
.BgClassName
{
background-color: #D8BC86;
}
</style>
border-color css
<style>
span { border-color: #D8BC86; }
span { border-color: rgb(216,188,134); }
td.TdClassName
{
border-color: #D8BC86;
}
.TagClassName
{
border-color: #D8BC86;
}
</style>