Shades of Straw #D4BF86
Tints of Straw #D4BF86
RGB
CMYK
RGB Variations
Color information
#D4BF86 (or 0xD4BF86) is known color: Straw. HEX triplet: D4, BF and 86. RGB value is (212,191,134). Sum of RGB (Red+Green+Blue) = 212+191+134=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 134 (52.73% from 255 or 24.95% from 537); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BF86 is #2B4079. Grayscale: #BFBFBF. Windows color (decimal): -2834554 or 8830932. OLE color: 8830932.
HSL color Cylindrical-coordinate representation of color #D4BF86: hue angle of 43.85º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D4BF86 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 191 | 134 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.17 |
| HSL | 43.85º | 0.48% | 0.68% | - |
| HSV(B) | 43.85º | 0.37% | 0.83% | - |
| XYZ | 50.09 | 52.98 | 30.14 | - |
| YUV | 190.78 | 95.96 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 191 | 134 | 0 | 0.10 | 0.37 | 0.17 | 43.85 | 0.48 | 0.68 |
| Hex | D4 | BF | 86 | 0 | A | 25 | 11 | 2C | 30 | 44 |
| Octal | 324 | 277 | 206 | 0 | 12 | 45 | 21 | 54 | 60 | 104 |
| Binary | 11010100 | 10111111 | 10000110 | 0 | 1010 | 100101 | 10001 | 101100 | 110000 | 1000100 |
Color Harmonies of #D4BF86
Complementary color
Monochromatic Colors of #D4BF86
Black with #D4BF86
Text Example
Text Example
White with #D4BF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BF86; }
p { color: rgb(212,191,134); }
H1.HeaderClassName
{
color: #D4BF86;
}
.AnyTagClassName
{
color: #D4BF86;
}
</style>
background-color css
<style>
a { background-color: #D4BF86; }
a { background-color: rgb(212,191,134); }
div.DivClassName
{
background-color: #D4BF86;
}
.BgClassName
{
background-color: #D4BF86;
}
</style>
border-color css
<style>
span { border-color: #D4BF86; }
span { border-color: rgb(212,191,134); }
td.TdClassName
{
border-color: #D4BF86;
}
.TagClassName
{
border-color: #D4BF86;
}
</style>