Shades of Straw #D1BA7D
Tints of Straw #D1BA7D
RGB
CMYK
RGB Variations
Color information
#D1BA7D (or 0xD1BA7D) is known color: Straw. HEX triplet: D1, BA and 7D. RGB value is (209,186,125). Sum of RGB (Red+Green+Blue) = 209+186+125=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BA7D is #2E4582. Grayscale: #BABABA. Windows color (decimal): -3032451 or 8239825. OLE color: 8239825.
HSL color Cylindrical-coordinate representation of color #D1BA7D: hue angle of 43.57º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D1BA7D is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 125 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.18 |
| HSL | 43.57º | 0.48% | 0.65% | - |
| HSV(B) | 43.57º | 0.4% | 0.82% | - |
| XYZ | 47.56 | 50.15 | 26.58 | - |
| YUV | 185.92 | 93.62 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 125 | 0 | 0.11 | 0.40 | 0.18 | 43.57 | 0.48 | 0.65 |
| Hex | D1 | BA | 7D | 0 | B | 28 | 12 | 2C | 30 | 41 |
| Octal | 321 | 272 | 175 | 0 | 13 | 50 | 22 | 54 | 60 | 101 |
| Binary | 11010001 | 10111010 | 1111101 | 0 | 1011 | 101000 | 10010 | 101100 | 110000 | 1000001 |
Color Harmonies of #D1BA7D
Complementary color
Monochromatic Colors of #D1BA7D
Black with #D1BA7D
Text Example
Text Example
White with #D1BA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BA7D; }
p { color: rgb(209,186,125); }
H1.HeaderClassName
{
color: #D1BA7D;
}
.AnyTagClassName
{
color: #D1BA7D;
}
</style>
background-color css
<style>
a { background-color: #D1BA7D; }
a { background-color: rgb(209,186,125); }
div.DivClassName
{
background-color: #D1BA7D;
}
.BgClassName
{
background-color: #D1BA7D;
}
</style>
border-color css
<style>
span { border-color: #D1BA7D; }
span { border-color: rgb(209,186,125); }
td.TdClassName
{
border-color: #D1BA7D;
}
.TagClassName
{
border-color: #D1BA7D;
}
</style>