Shades of Straw #D5BC88
Tints of Straw #D5BC88
RGB
CMYK
RGB Variations
Color information
#D5BC88 (or 0xD5BC88) is known color: Straw. HEX triplet: D5, BC and 88. RGB value is (213,188,136). Sum of RGB (Red+Green+Blue) = 213+188+136=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 136 (53.52% from 255 or 25.33% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BC88 is #2A4377. Grayscale: #BDBDBD. Windows color (decimal): -2769784 or 8961237. OLE color: 8961237.
HSL color Cylindrical-coordinate representation of color #D5BC88: hue angle of 40.52º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D5BC88 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 136 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.16 |
| HSL | 40.52º | 0.48% | 0.68% | - |
| HSV(B) | 40.52º | 0.36% | 0.84% | - |
| XYZ | 49.87 | 51.89 | 30.68 | - |
| YUV | 189.55 | 97.78 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 136 | 0 | 0.12 | 0.36 | 0.16 | 40.52 | 0.48 | 0.68 |
| Hex | D5 | BC | 88 | 0 | C | 24 | 10 | 29 | 30 | 44 |
| Octal | 325 | 274 | 210 | 0 | 14 | 44 | 20 | 51 | 60 | 104 |
| Binary | 11010101 | 10111100 | 10001000 | 0 | 1100 | 100100 | 10000 | 101001 | 110000 | 1000100 |
Color Harmonies of #D5BC88
Complementary color
Monochromatic Colors of #D5BC88
Black with #D5BC88
Text Example
Text Example
White with #D5BC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC88; }
p { color: rgb(213,188,136); }
H1.HeaderClassName
{
color: #D5BC88;
}
.AnyTagClassName
{
color: #D5BC88;
}
</style>
background-color css
<style>
a { background-color: #D5BC88; }
a { background-color: rgb(213,188,136); }
div.DivClassName
{
background-color: #D5BC88;
}
.BgClassName
{
background-color: #D5BC88;
}
</style>
border-color css
<style>
span { border-color: #D5BC88; }
span { border-color: rgb(213,188,136); }
td.TdClassName
{
border-color: #D5BC88;
}
.TagClassName
{
border-color: #D5BC88;
}
</style>