Shades of Straw #D9BE89
Tints of Straw #D9BE89
RGB
CMYK
RGB Variations
Color information
#D9BE89 (or 0xD9BE89) is known color: Straw. HEX triplet: D9, BE and 89. RGB value is (217,190,137). Sum of RGB (Red+Green+Blue) = 217+190+137=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 137 (53.91% from 255 or 25.18% from 544); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BE89 is #264176. Grayscale: #C0C0C0. Windows color (decimal): -2507127 or 9027289. OLE color: 9027289.
HSL color Cylindrical-coordinate representation of color #D9BE89: hue angle of 39.75º 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 #D9BE89 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 190 | 137 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.15 |
| HSL | 39.75º | 0.51% | 0.69% | - |
| HSV(B) | 39.75º | 0.37% | 0.85% | - |
| XYZ | 51.54 | 53.38 | 31.25 | - |
| YUV | 192.03 | 96.95 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 190 | 137 | 0 | 0.12 | 0.37 | 0.15 | 39.75 | 0.51 | 0.69 |
| Hex | D9 | BE | 89 | 0 | C | 25 | F | 28 | 33 | 45 |
| Octal | 331 | 276 | 211 | 0 | 14 | 45 | 17 | 50 | 63 | 105 |
| Binary | 11011001 | 10111110 | 10001001 | 0 | 1100 | 100101 | 1111 | 101000 | 110011 | 1000101 |
Color Harmonies of #D9BE89
Complementary color
Monochromatic Colors of #D9BE89
Black with #D9BE89
Text Example
Text Example
White with #D9BE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BE89; }
p { color: rgb(217,190,137); }
H1.HeaderClassName
{
color: #D9BE89;
}
.AnyTagClassName
{
color: #D9BE89;
}
</style>
background-color css
<style>
a { background-color: #D9BE89; }
a { background-color: rgb(217,190,137); }
div.DivClassName
{
background-color: #D9BE89;
}
.BgClassName
{
background-color: #D9BE89;
}
</style>
border-color css
<style>
span { border-color: #D9BE89; }
span { border-color: rgb(217,190,137); }
td.TdClassName
{
border-color: #D9BE89;
}
.TagClassName
{
border-color: #D9BE89;
}
</style>