Shades of Straw #D5BC89
Tints of Straw #D5BC89
RGB
CMYK
RGB Variations
Color information
#D5BC89 (or 0xD5BC89) is known color: Straw. HEX triplet: D5, BC and 89. RGB value is (213,188,137). Sum of RGB (Red+Green+Blue) = 213+188+137=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 137 (53.91% from 255 or 25.46% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BC89 is #2A4376. Grayscale: #BDBDBD. Windows color (decimal): -2769783 or 9026773. OLE color: 9026773.
HSL color Cylindrical-coordinate representation of color #D5BC89: hue angle of 40.26º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D5BC89 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 137 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.16 |
| HSL | 40.26º | 0.48% | 0.69% | - |
| HSV(B) | 40.26º | 0.36% | 0.84% | - |
| XYZ | 49.94 | 51.92 | 31.06 | - |
| YUV | 189.66 | 98.28 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 137 | 0 | 0.12 | 0.36 | 0.16 | 40.26 | 0.48 | 0.69 |
| Hex | D5 | BC | 89 | 0 | C | 24 | 10 | 28 | 30 | 45 |
| Octal | 325 | 274 | 211 | 0 | 14 | 44 | 20 | 50 | 60 | 105 |
| Binary | 11010101 | 10111100 | 10001001 | 0 | 1100 | 100100 | 10000 | 101000 | 110000 | 1000101 |
Color Harmonies of #D5BC89
Complementary color
Monochromatic Colors of #D5BC89
Black with #D5BC89
Text Example
Text Example
White with #D5BC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC89; }
p { color: rgb(213,188,137); }
H1.HeaderClassName
{
color: #D5BC89;
}
.AnyTagClassName
{
color: #D5BC89;
}
</style>
background-color css
<style>
a { background-color: #D5BC89; }
a { background-color: rgb(213,188,137); }
div.DivClassName
{
background-color: #D5BC89;
}
.BgClassName
{
background-color: #D5BC89;
}
</style>
border-color css
<style>
span { border-color: #D5BC89; }
span { border-color: rgb(213,188,137); }
td.TdClassName
{
border-color: #D5BC89;
}
.TagClassName
{
border-color: #D5BC89;
}
</style>