Shades of Straw #D4BC88
Tints of Straw #D4BC88
RGB
CMYK
RGB Variations
Color information
#D4BC88 (or 0xD4BC88) is known color: Straw. HEX triplet: D4, BC and 88. RGB value is (212,188,136). Sum of RGB (Red+Green+Blue) = 212+188+136=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BC88 is #2B4377. Grayscale: #BDBDBD. Windows color (decimal): -2835320 or 8961236. OLE color: 8961236.
HSL color Cylindrical-coordinate representation of color #D4BC88: hue angle of 41.05º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D4BC88 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 188 | 136 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.17 |
| HSL | 41.05º | 0.47% | 0.68% | - |
| HSV(B) | 41.05º | 0.36% | 0.83% | - |
| XYZ | 49.58 | 51.74 | 30.67 | - |
| YUV | 189.25 | 97.95 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 136 | 0 | 0.11 | 0.36 | 0.17 | 41.05 | 0.47 | 0.68 |
| Hex | D4 | BC | 88 | 0 | B | 24 | 11 | 29 | 2F | 44 |
| Octal | 324 | 274 | 210 | 0 | 13 | 44 | 21 | 51 | 57 | 104 |
| Binary | 11010100 | 10111100 | 10001000 | 0 | 1011 | 100100 | 10001 | 101001 | 101111 | 1000100 |
Color Harmonies of #D4BC88
Complementary color
Monochromatic Colors of #D4BC88
Black with #D4BC88
Text Example
Text Example
White with #D4BC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BC88; }
p { color: rgb(212,188,136); }
H1.HeaderClassName
{
color: #D4BC88;
}
.AnyTagClassName
{
color: #D4BC88;
}
</style>
background-color css
<style>
a { background-color: #D4BC88; }
a { background-color: rgb(212,188,136); }
div.DivClassName
{
background-color: #D4BC88;
}
.BgClassName
{
background-color: #D4BC88;
}
</style>
border-color css
<style>
span { border-color: #D4BC88; }
span { border-color: rgb(212,188,136); }
td.TdClassName
{
border-color: #D4BC88;
}
.TagClassName
{
border-color: #D4BC88;
}
</style>