Shades of Straw #D1BA7A
Tints of Straw #D1BA7A
RGB
CMYK
RGB Variations
Color information
#D1BA7A (or 0xD1BA7A) is known color: Straw. HEX triplet: D1, BA and 7A. RGB value is (209,186,122). Sum of RGB (Red+Green+Blue) = 209+186+122=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 122 (48.05% from 255 or 23.60% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BA7A is #2E4585. Grayscale: #B9B9B9. Windows color (decimal): -3032454 or 8043217. OLE color: 8043217.
HSL color Cylindrical-coordinate representation of color #D1BA7A: hue angle of 44.14º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D1BA7A is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 122 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.18 |
| HSL | 44.14º | 0.49% | 0.65% | - |
| HSV(B) | 44.14º | 0.42% | 0.82% | - |
| XYZ | 47.37 | 50.08 | 25.58 | - |
| YUV | 185.58 | 92.12 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 122 | 0 | 0.11 | 0.42 | 0.18 | 44.14 | 0.49 | 0.65 |
| Hex | D1 | BA | 7A | 0 | B | 2A | 12 | 2C | 31 | 41 |
| Octal | 321 | 272 | 172 | 0 | 13 | 52 | 22 | 54 | 61 | 101 |
| Binary | 11010001 | 10111010 | 1111010 | 0 | 1011 | 101010 | 10010 | 101100 | 110001 | 1000001 |
Color Harmonies of #D1BA7A
Complementary color
Monochromatic Colors of #D1BA7A
Black with #D1BA7A
Text Example
Text Example
White with #D1BA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BA7A; }
p { color: rgb(209,186,122); }
H1.HeaderClassName
{
color: #D1BA7A;
}
.AnyTagClassName
{
color: #D1BA7A;
}
</style>
background-color css
<style>
a { background-color: #D1BA7A; }
a { background-color: rgb(209,186,122); }
div.DivClassName
{
background-color: #D1BA7A;
}
.BgClassName
{
background-color: #D1BA7A;
}
</style>
border-color css
<style>
span { border-color: #D1BA7A; }
span { border-color: rgb(209,186,122); }
td.TdClassName
{
border-color: #D1BA7A;
}
.TagClassName
{
border-color: #D1BA7A;
}
</style>