Shades of Straw #D1BA84
Tints of Straw #D1BA84
RGB
CMYK
RGB Variations
Color information
#D1BA84 (or 0xD1BA84) is known color: Straw. HEX triplet: D1, BA and 84. RGB value is (209,186,132). Sum of RGB (Red+Green+Blue) = 209+186+132=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 132 (51.95% from 255 or 25.05% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BA84 is #2E457B. Grayscale: #BABABA. Windows color (decimal): -3032444 or 8698577. OLE color: 8698577.
HSL color Cylindrical-coordinate representation of color #D1BA84: hue angle of 42.08º 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 #D1BA84 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 132 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.18 |
| HSL | 42.08º | 0.46% | 0.67% | - |
| HSV(B) | 42.08º | 0.37% | 0.82% | - |
| XYZ | 48.02 | 50.34 | 29.02 | - |
| YUV | 186.72 | 97.12 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 132 | 0 | 0.11 | 0.37 | 0.18 | 42.08 | 0.46 | 0.67 |
| Hex | D1 | BA | 84 | 0 | B | 25 | 12 | 2A | 2E | 43 |
| Octal | 321 | 272 | 204 | 0 | 13 | 45 | 22 | 52 | 56 | 103 |
| Binary | 11010001 | 10111010 | 10000100 | 0 | 1011 | 100101 | 10010 | 101010 | 101110 | 1000011 |
Color Harmonies of #D1BA84
Complementary color
Monochromatic Colors of #D1BA84
Black with #D1BA84
Text Example
Text Example
White with #D1BA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BA84; }
p { color: rgb(209,186,132); }
H1.HeaderClassName
{
color: #D1BA84;
}
.AnyTagClassName
{
color: #D1BA84;
}
</style>
background-color css
<style>
a { background-color: #D1BA84; }
a { background-color: rgb(209,186,132); }
div.DivClassName
{
background-color: #D1BA84;
}
.BgClassName
{
background-color: #D1BA84;
}
</style>
border-color css
<style>
span { border-color: #D1BA84; }
span { border-color: rgb(209,186,132); }
td.TdClassName
{
border-color: #D1BA84;
}
.TagClassName
{
border-color: #D1BA84;
}
</style>