Shades of Straw #D3BC89
Tints of Straw #D3BC89
RGB
CMYK
RGB Variations
Color information
#D3BC89 (or 0xD3BC89) is known color: Straw. HEX triplet: D3, BC and 89. RGB value is (211,188,137). Sum of RGB (Red+Green+Blue) = 211+188+137=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 137 (53.91% from 255 or 25.56% from 536); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BC89 is #2C4376. Grayscale: #BDBDBD. Windows color (decimal): -2900855 or 9026771. OLE color: 9026771.
HSL color Cylindrical-coordinate representation of color #D3BC89: hue angle of 41.35º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D3BC89 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 188 | 137 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.17 |
| HSL | 41.35º | 0.46% | 0.68% | - |
| HSV(B) | 41.35º | 0.35% | 0.83% | - |
| XYZ | 49.36 | 51.62 | 31.03 | - |
| YUV | 189.06 | 98.62 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 137 | 0 | 0.11 | 0.35 | 0.17 | 41.35 | 0.46 | 0.68 |
| Hex | D3 | BC | 89 | 0 | B | 23 | 11 | 29 | 2E | 44 |
| Octal | 323 | 274 | 211 | 0 | 13 | 43 | 21 | 51 | 56 | 104 |
| Binary | 11010011 | 10111100 | 10001001 | 0 | 1011 | 100011 | 10001 | 101001 | 101110 | 1000100 |
Color Harmonies of #D3BC89
Complementary color
Monochromatic Colors of #D3BC89
Black with #D3BC89
Text Example
Text Example
White with #D3BC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BC89; }
p { color: rgb(211,188,137); }
H1.HeaderClassName
{
color: #D3BC89;
}
.AnyTagClassName
{
color: #D3BC89;
}
</style>
background-color css
<style>
a { background-color: #D3BC89; }
a { background-color: rgb(211,188,137); }
div.DivClassName
{
background-color: #D3BC89;
}
.BgClassName
{
background-color: #D3BC89;
}
</style>
border-color css
<style>
span { border-color: #D3BC89; }
span { border-color: rgb(211,188,137); }
td.TdClassName
{
border-color: #D3BC89;
}
.TagClassName
{
border-color: #D3BC89;
}
</style>