Shades of Straw #D9BE83
Tints of Straw #D9BE83
RGB
CMYK
RGB Variations
Color information
#D9BE83 (or 0xD9BE83) is known color: Straw. HEX triplet: D9, BE and 83. RGB value is (217,190,131). Sum of RGB (Red+Green+Blue) = 217+190+131=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 131 (51.56% from 255 or 24.35% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BE83 is #26417C. Grayscale: #BFBFBF. Windows color (decimal): -2507133 or 8634073. OLE color: 8634073.
HSL color Cylindrical-coordinate representation of color #D9BE83: hue angle of 41.16º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9BE83 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 190 | 131 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.15 |
| HSL | 41.16º | 0.53% | 0.68% | - |
| HSV(B) | 41.16º | 0.4% | 0.85% | - |
| XYZ | 51.13 | 53.22 | 29.05 | - |
| YUV | 191.35 | 93.95 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 190 | 131 | 0 | 0.12 | 0.40 | 0.15 | 41.16 | 0.53 | 0.68 |
| Hex | D9 | BE | 83 | 0 | C | 28 | F | 29 | 35 | 44 |
| Octal | 331 | 276 | 203 | 0 | 14 | 50 | 17 | 51 | 65 | 104 |
| Binary | 11011001 | 10111110 | 10000011 | 0 | 1100 | 101000 | 1111 | 101001 | 110101 | 1000100 |
Color Harmonies of #D9BE83
Complementary color
Monochromatic Colors of #D9BE83
Black with #D9BE83
Text Example
Text Example
White with #D9BE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BE83; }
p { color: rgb(217,190,131); }
H1.HeaderClassName
{
color: #D9BE83;
}
.AnyTagClassName
{
color: #D9BE83;
}
</style>
background-color css
<style>
a { background-color: #D9BE83; }
a { background-color: rgb(217,190,131); }
div.DivClassName
{
background-color: #D9BE83;
}
.BgClassName
{
background-color: #D9BE83;
}
</style>
border-color css
<style>
span { border-color: #D9BE83; }
span { border-color: rgb(217,190,131); }
td.TdClassName
{
border-color: #D9BE83;
}
.TagClassName
{
border-color: #D9BE83;
}
</style>