Shades of Straw #D1B97D
Tints of Straw #D1B97D
RGB
CMYK
RGB Variations
Color information
#D1B97D (or 0xD1B97D) is known color: Straw. HEX triplet: D1, B9 and 7D. RGB value is (209,185,125). Sum of RGB (Red+Green+Blue) = 209+185+125=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B97D is #2E4682. Grayscale: #B9B9B9. Windows color (decimal): -3032707 or 8239569. OLE color: 8239569.
HSL color Cylindrical-coordinate representation of color #D1B97D: hue angle of 42.86º 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 #D1B97D is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 125 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.18 |
| HSL | 42.86º | 0.48% | 0.65% | - |
| HSV(B) | 42.86º | 0.4% | 0.82% | - |
| XYZ | 47.35 | 49.73 | 26.51 | - |
| YUV | 185.34 | 93.95 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 125 | 0 | 0.11 | 0.40 | 0.18 | 42.86 | 0.48 | 0.65 |
| Hex | D1 | B9 | 7D | 0 | B | 28 | 12 | 2B | 30 | 41 |
| Octal | 321 | 271 | 175 | 0 | 13 | 50 | 22 | 53 | 60 | 101 |
| Binary | 11010001 | 10111001 | 1111101 | 0 | 1011 | 101000 | 10010 | 101011 | 110000 | 1000001 |
Color Harmonies of #D1B97D
Complementary color
Monochromatic Colors of #D1B97D
Black with #D1B97D
Text Example
Text Example
White with #D1B97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B97D; }
p { color: rgb(209,185,125); }
H1.HeaderClassName
{
color: #D1B97D;
}
.AnyTagClassName
{
color: #D1B97D;
}
</style>
background-color css
<style>
a { background-color: #D1B97D; }
a { background-color: rgb(209,185,125); }
div.DivClassName
{
background-color: #D1B97D;
}
.BgClassName
{
background-color: #D1B97D;
}
</style>
border-color css
<style>
span { border-color: #D1B97D; }
span { border-color: rgb(209,185,125); }
td.TdClassName
{
border-color: #D1B97D;
}
.TagClassName
{
border-color: #D1B97D;
}
</style>