Shades of Straw #D9BE85
Tints of Straw #D9BE85
RGB
CMYK
RGB Variations
Color information
#D9BE85 (or 0xD9BE85) is known color: Straw. HEX triplet: D9, BE and 85. RGB value is (217,190,133). Sum of RGB (Red+Green+Blue) = 217+190+133=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 133 (52.34% from 255 or 24.63% from 540); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BE85 is #26417A. Grayscale: #BFBFBF. Windows color (decimal): -2507131 or 8765145. OLE color: 8765145.
HSL color Cylindrical-coordinate representation of color #D9BE85: hue angle of 40.71º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D9BE85 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 190 | 133 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.15 |
| HSL | 40.71º | 0.53% | 0.69% | - |
| HSV(B) | 40.71º | 0.39% | 0.85% | - |
| XYZ | 51.26 | 53.27 | 29.77 | - |
| YUV | 191.58 | 94.95 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 190 | 133 | 0 | 0.12 | 0.39 | 0.15 | 40.71 | 0.53 | 0.69 |
| Hex | D9 | BE | 85 | 0 | C | 27 | F | 29 | 34 | 45 |
| Octal | 331 | 276 | 205 | 0 | 14 | 47 | 17 | 51 | 64 | 105 |
| Binary | 11011001 | 10111110 | 10000101 | 0 | 1100 | 100111 | 1111 | 101001 | 110100 | 1000101 |
Color Harmonies of #D9BE85
Complementary color
Monochromatic Colors of #D9BE85
Black with #D9BE85
Text Example
Text Example
White with #D9BE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BE85; }
p { color: rgb(217,190,133); }
H1.HeaderClassName
{
color: #D9BE85;
}
.AnyTagClassName
{
color: #D9BE85;
}
</style>
background-color css
<style>
a { background-color: #D9BE85; }
a { background-color: rgb(217,190,133); }
div.DivClassName
{
background-color: #D9BE85;
}
.BgClassName
{
background-color: #D9BE85;
}
</style>
border-color css
<style>
span { border-color: #D9BE85; }
span { border-color: rgb(217,190,133); }
td.TdClassName
{
border-color: #D9BE85;
}
.TagClassName
{
border-color: #D9BE85;
}
</style>