Shades of Straw #D1B984
Tints of Straw #D1B984
RGB
CMYK
RGB Variations
Color information
#D1B984 (or 0xD1B984) is known color: Straw. HEX triplet: D1, B9 and 84. RGB value is (209,185,132). Sum of RGB (Red+Green+Blue) = 209+185+132=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 132 (51.95% from 255 or 25.10% from 526); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B984 is #2E467B. Grayscale: #BABABA. Windows color (decimal): -3032700 or 8698321. OLE color: 8698321.
HSL color Cylindrical-coordinate representation of color #D1B984: hue angle of 41.3º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D1B984 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 132 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.18 |
| HSL | 41.3º | 0.46% | 0.67% | - |
| HSV(B) | 41.3º | 0.37% | 0.82% | - |
| XYZ | 47.81 | 49.92 | 28.95 | - |
| YUV | 186.13 | 97.45 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 132 | 0 | 0.11 | 0.37 | 0.18 | 41.3 | 0.46 | 0.67 |
| Hex | D1 | B9 | 84 | 0 | B | 25 | 12 | 29 | 2E | 43 |
| Octal | 321 | 271 | 204 | 0 | 13 | 45 | 22 | 51 | 56 | 103 |
| Binary | 11010001 | 10111001 | 10000100 | 0 | 1011 | 100101 | 10010 | 101001 | 101110 | 1000011 |
Color Harmonies of #D1B984
Complementary color
Monochromatic Colors of #D1B984
Black with #D1B984
Text Example
Text Example
White with #D1B984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B984; }
p { color: rgb(209,185,132); }
H1.HeaderClassName
{
color: #D1B984;
}
.AnyTagClassName
{
color: #D1B984;
}
</style>
background-color css
<style>
a { background-color: #D1B984; }
a { background-color: rgb(209,185,132); }
div.DivClassName
{
background-color: #D1B984;
}
.BgClassName
{
background-color: #D1B984;
}
</style>
border-color css
<style>
span { border-color: #D1B984; }
span { border-color: rgb(209,185,132); }
td.TdClassName
{
border-color: #D1B984;
}
.TagClassName
{
border-color: #D1B984;
}
</style>