Shades of Straw #D9BF86
Tints of Straw #D9BF86
RGB
CMYK
RGB Variations
Color information
#D9BF86 (or 0xD9BF86) is known color: Straw. HEX triplet: D9, BF and 86. RGB value is (217,191,134). Sum of RGB (Red+Green+Blue) = 217+191+134=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 134 (52.73% from 255 or 24.72% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BF86 is #264079. Grayscale: #C0C0C0. Windows color (decimal): -2506874 or 8830937. OLE color: 8830937.
HSL color Cylindrical-coordinate representation of color #D9BF86: hue angle of 41.2º degrees, saturation: 0.52, 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 #D9BF86 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 191 | 134 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.15 |
| HSL | 41.2º | 0.52% | 0.69% | - |
| HSV(B) | 41.2º | 0.38% | 0.85% | - |
| XYZ | 51.55 | 53.73 | 30.21 | - |
| YUV | 192.28 | 95.11 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 191 | 134 | 0 | 0.12 | 0.38 | 0.15 | 41.2 | 0.52 | 0.69 |
| Hex | D9 | BF | 86 | 0 | C | 26 | F | 29 | 34 | 45 |
| Octal | 331 | 277 | 206 | 0 | 14 | 46 | 17 | 51 | 64 | 105 |
| Binary | 11011001 | 10111111 | 10000110 | 0 | 1100 | 100110 | 1111 | 101001 | 110100 | 1000101 |
Color Harmonies of #D9BF86
Complementary color
Monochromatic Colors of #D9BF86
Black with #D9BF86
Text Example
Text Example
White with #D9BF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BF86; }
p { color: rgb(217,191,134); }
H1.HeaderClassName
{
color: #D9BF86;
}
.AnyTagClassName
{
color: #D9BF86;
}
</style>
background-color css
<style>
a { background-color: #D9BF86; }
a { background-color: rgb(217,191,134); }
div.DivClassName
{
background-color: #D9BF86;
}
.BgClassName
{
background-color: #D9BF86;
}
</style>
border-color css
<style>
span { border-color: #D9BF86; }
span { border-color: rgb(217,191,134); }
td.TdClassName
{
border-color: #D9BF86;
}
.TagClassName
{
border-color: #D9BF86;
}
</style>