Shades of Straw #D1BC89
Tints of Straw #D1BC89
RGB
CMYK
RGB Variations
Color information
#D1BC89 (or 0xD1BC89) is known color: Straw. HEX triplet: D1, BC and 89. RGB value is (209,188,137). Sum of RGB (Red+Green+Blue) = 209+188+137=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 137 (53.91% from 255 or 25.66% from 534); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BC89 is #2E4376. Grayscale: #BCBCBC. Windows color (decimal): -3031927 or 9026769. OLE color: 9026769.
HSL color Cylindrical-coordinate representation of color #D1BC89: hue angle of 42.5º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D1BC89 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 137 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.18 |
| HSL | 42.5º | 0.44% | 0.68% | - |
| HSV(B) | 42.5º | 0.34% | 0.82% | - |
| XYZ | 48.79 | 51.33 | 31 | - |
| YUV | 188.47 | 98.96 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 137 | 0 | 0.10 | 0.34 | 0.18 | 42.5 | 0.44 | 0.68 |
| Hex | D1 | BC | 89 | 0 | A | 22 | 12 | 2A | 2C | 44 |
| Octal | 321 | 274 | 211 | 0 | 12 | 42 | 22 | 52 | 54 | 104 |
| Binary | 11010001 | 10111100 | 10001001 | 0 | 1010 | 100010 | 10010 | 101010 | 101100 | 1000100 |
Color Harmonies of #D1BC89
Complementary color
Monochromatic Colors of #D1BC89
Black with #D1BC89
Text Example
Text Example
White with #D1BC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BC89; }
p { color: rgb(209,188,137); }
H1.HeaderClassName
{
color: #D1BC89;
}
.AnyTagClassName
{
color: #D1BC89;
}
</style>
background-color css
<style>
a { background-color: #D1BC89; }
a { background-color: rgb(209,188,137); }
div.DivClassName
{
background-color: #D1BC89;
}
.BgClassName
{
background-color: #D1BC89;
}
</style>
border-color css
<style>
span { border-color: #D1BC89; }
span { border-color: rgb(209,188,137); }
td.TdClassName
{
border-color: #D1BC89;
}
.TagClassName
{
border-color: #D1BC89;
}
</style>