Shades of Straw #D4BD86
Tints of Straw #D4BD86
RGB
CMYK
RGB Variations
Color information
#D4BD86 (or 0xD4BD86) is known color: Straw. HEX triplet: D4, BD and 86. RGB value is (212,189,134). Sum of RGB (Red+Green+Blue) = 212+189+134=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 134 (52.73% from 255 or 25.05% from 535); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BD86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BD86 is #2B4279. Grayscale: #BDBDBD. Windows color (decimal): -2835066 or 8830420. OLE color: 8830420.
HSL color Cylindrical-coordinate representation of color #D4BD86: hue angle of 42.31º 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 #D4BD86 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 189 | 134 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.17 |
| HSL | 42.31º | 0.48% | 0.68% | - |
| HSV(B) | 42.31º | 0.37% | 0.83% | - |
| XYZ | 49.65 | 52.11 | 30 | - |
| YUV | 189.61 | 96.62 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 189 | 134 | 0 | 0.11 | 0.37 | 0.17 | 42.31 | 0.48 | 0.68 |
| Hex | D4 | BD | 86 | 0 | B | 25 | 11 | 2A | 30 | 44 |
| Octal | 324 | 275 | 206 | 0 | 13 | 45 | 21 | 52 | 60 | 104 |
| Binary | 11010100 | 10111101 | 10000110 | 0 | 1011 | 100101 | 10001 | 101010 | 110000 | 1000100 |
Color Harmonies of #D4BD86
Complementary color
Monochromatic Colors of #D4BD86
Black with #D4BD86
Text Example
Text Example
White with #D4BD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BD86; }
p { color: rgb(212,189,134); }
H1.HeaderClassName
{
color: #D4BD86;
}
.AnyTagClassName
{
color: #D4BD86;
}
</style>
background-color css
<style>
a { background-color: #D4BD86; }
a { background-color: rgb(212,189,134); }
div.DivClassName
{
background-color: #D4BD86;
}
.BgClassName
{
background-color: #D4BD86;
}
</style>
border-color css
<style>
span { border-color: #D4BD86; }
span { border-color: rgb(212,189,134); }
td.TdClassName
{
border-color: #D4BD86;
}
.TagClassName
{
border-color: #D4BD86;
}
</style>