Shades of Straw #D4BC86
Tints of Straw #D4BC86
RGB
CMYK
RGB Variations
Color information
#D4BC86 (or 0xD4BC86) is known color: Straw. HEX triplet: D4, BC and 86. RGB value is (212,188,134). Sum of RGB (Red+Green+Blue) = 212+188+134=534 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.70% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 134 (52.73% from 255 or 25.09% from 534); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BC86 is #2B4379. Grayscale: #BDBDBD. Windows color (decimal): -2835322 or 8830164. OLE color: 8830164.
HSL color Cylindrical-coordinate representation of color #D4BC86: hue angle of 41.54º 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 #D4BC86 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 188 | 134 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.17 |
| HSL | 41.54º | 0.48% | 0.68% | - |
| HSV(B) | 41.54º | 0.37% | 0.83% | - |
| XYZ | 49.44 | 51.68 | 29.92 | - |
| YUV | 189.02 | 96.95 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 134 | 0 | 0.11 | 0.37 | 0.17 | 41.54 | 0.48 | 0.68 |
| Hex | D4 | BC | 86 | 0 | B | 25 | 11 | 2A | 30 | 44 |
| Octal | 324 | 274 | 206 | 0 | 13 | 45 | 21 | 52 | 60 | 104 |
| Binary | 11010100 | 10111100 | 10000110 | 0 | 1011 | 100101 | 10001 | 101010 | 110000 | 1000100 |
Color Harmonies of #D4BC86
Complementary color
Monochromatic Colors of #D4BC86
Black with #D4BC86
Text Example
Text Example
White with #D4BC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BC86; }
p { color: rgb(212,188,134); }
H1.HeaderClassName
{
color: #D4BC86;
}
.AnyTagClassName
{
color: #D4BC86;
}
</style>
background-color css
<style>
a { background-color: #D4BC86; }
a { background-color: rgb(212,188,134); }
div.DivClassName
{
background-color: #D4BC86;
}
.BgClassName
{
background-color: #D4BC86;
}
</style>
border-color css
<style>
span { border-color: #D4BC86; }
span { border-color: rgb(212,188,134); }
td.TdClassName
{
border-color: #D4BC86;
}
.TagClassName
{
border-color: #D4BC86;
}
</style>