Shades of Straw #D9BC89
Tints of Straw #D9BC89
RGB
CMYK
RGB Variations
Color information
#D9BC89 (or 0xD9BC89) is known color: Straw. HEX triplet: D9, BC and 89. RGB value is (217,188,137). Sum of RGB (Red+Green+Blue) = 217+188+137=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 137 (53.91% from 255 or 25.28% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BC89 is #264376. Grayscale: #BFBFBF. Windows color (decimal): -2507639 or 9026777. OLE color: 9026777.
HSL color Cylindrical-coordinate representation of color #D9BC89: hue angle of 38.25º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D9BC89 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 137 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.15 |
| HSL | 38.25º | 0.51% | 0.69% | - |
| HSV(B) | 38.25º | 0.37% | 0.85% | - |
| XYZ | 51.11 | 52.52 | 31.11 | - |
| YUV | 190.86 | 97.61 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 137 | 0 | 0.13 | 0.37 | 0.15 | 38.25 | 0.51 | 0.69 |
| Hex | D9 | BC | 89 | 0 | D | 25 | F | 26 | 33 | 45 |
| Octal | 331 | 274 | 211 | 0 | 15 | 45 | 17 | 46 | 63 | 105 |
| Binary | 11011001 | 10111100 | 10001001 | 0 | 1101 | 100101 | 1111 | 100110 | 110011 | 1000101 |
Color Harmonies of #D9BC89
Complementary color
Monochromatic Colors of #D9BC89
Black with #D9BC89
Text Example
Text Example
White with #D9BC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BC89; }
p { color: rgb(217,188,137); }
H1.HeaderClassName
{
color: #D9BC89;
}
.AnyTagClassName
{
color: #D9BC89;
}
</style>
background-color css
<style>
a { background-color: #D9BC89; }
a { background-color: rgb(217,188,137); }
div.DivClassName
{
background-color: #D9BC89;
}
.BgClassName
{
background-color: #D9BC89;
}
</style>
border-color css
<style>
span { border-color: #D9BC89; }
span { border-color: rgb(217,188,137); }
td.TdClassName
{
border-color: #D9BC89;
}
.TagClassName
{
border-color: #D9BC89;
}
</style>