Shades of Straw #D1BB7D
Tints of Straw #D1BB7D
RGB
CMYK
RGB Variations
Color information
#D1BB7D (or 0xD1BB7D) is known color: Straw. HEX triplet: D1, BB and 7D. RGB value is (209,187,125). Sum of RGB (Red+Green+Blue) = 209+187+125=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BB7D is #2E4482. Grayscale: #BABABA. Windows color (decimal): -3032195 or 8240081. OLE color: 8240081.
HSL color Cylindrical-coordinate representation of color #D1BB7D: hue angle of 44.29º 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 #D1BB7D is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 187 | 125 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.18 |
| HSL | 44.29º | 0.48% | 0.65% | - |
| HSV(B) | 44.29º | 0.4% | 0.82% | - |
| XYZ | 47.77 | 50.58 | 26.65 | - |
| YUV | 186.51 | 93.29 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 187 | 125 | 0 | 0.11 | 0.40 | 0.18 | 44.29 | 0.48 | 0.65 |
| Hex | D1 | BB | 7D | 0 | B | 28 | 12 | 2C | 30 | 41 |
| Octal | 321 | 273 | 175 | 0 | 13 | 50 | 22 | 54 | 60 | 101 |
| Binary | 11010001 | 10111011 | 1111101 | 0 | 1011 | 101000 | 10010 | 101100 | 110000 | 1000001 |
Color Harmonies of #D1BB7D
Complementary color
Monochromatic Colors of #D1BB7D
Black with #D1BB7D
Text Example
Text Example
White with #D1BB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BB7D; }
p { color: rgb(209,187,125); }
H1.HeaderClassName
{
color: #D1BB7D;
}
.AnyTagClassName
{
color: #D1BB7D;
}
</style>
background-color css
<style>
a { background-color: #D1BB7D; }
a { background-color: rgb(209,187,125); }
div.DivClassName
{
background-color: #D1BB7D;
}
.BgClassName
{
background-color: #D1BB7D;
}
</style>
border-color css
<style>
span { border-color: #D1BB7D; }
span { border-color: rgb(209,187,125); }
td.TdClassName
{
border-color: #D1BB7D;
}
.TagClassName
{
border-color: #D1BB7D;
}
</style>