Shades of Straw #D4BC85
Tints of Straw #D4BC85
RGB
CMYK
RGB Variations
Color information
#D4BC85 (or 0xD4BC85) is known color: Straw. HEX triplet: D4, BC and 85. RGB value is (212,188,133). Sum of RGB (Red+Green+Blue) = 212+188+133=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BC85 is #2B437A. Grayscale: #BDBDBD. Windows color (decimal): -2835323 or 8764628. OLE color: 8764628.
HSL color Cylindrical-coordinate representation of color #D4BC85: hue angle of 41.77º 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 #D4BC85 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 188 | 133 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.17 |
| HSL | 41.77º | 0.48% | 0.68% | - |
| HSV(B) | 41.77º | 0.37% | 0.83% | - |
| XYZ | 49.37 | 51.66 | 29.56 | - |
| YUV | 188.91 | 96.45 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 133 | 0 | 0.11 | 0.37 | 0.17 | 41.77 | 0.48 | 0.68 |
| Hex | D4 | BC | 85 | 0 | B | 25 | 11 | 2A | 30 | 44 |
| Octal | 324 | 274 | 205 | 0 | 13 | 45 | 21 | 52 | 60 | 104 |
| Binary | 11010100 | 10111100 | 10000101 | 0 | 1011 | 100101 | 10001 | 101010 | 110000 | 1000100 |
Color Harmonies of #D4BC85
Complementary color
Monochromatic Colors of #D4BC85
Black with #D4BC85
Text Example
Text Example
White with #D4BC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BC85; }
p { color: rgb(212,188,133); }
H1.HeaderClassName
{
color: #D4BC85;
}
.AnyTagClassName
{
color: #D4BC85;
}
</style>
background-color css
<style>
a { background-color: #D4BC85; }
a { background-color: rgb(212,188,133); }
div.DivClassName
{
background-color: #D4BC85;
}
.BgClassName
{
background-color: #D4BC85;
}
</style>
border-color css
<style>
span { border-color: #D4BC85; }
span { border-color: rgb(212,188,133); }
td.TdClassName
{
border-color: #D4BC85;
}
.TagClassName
{
border-color: #D4BC85;
}
</style>