Shades of Straw #D1B97A
Tints of Straw #D1B97A
RGB
CMYK
RGB Variations
Color information
#D1B97A (or 0xD1B97A) is known color: Straw. HEX triplet: D1, B9 and 7A. RGB value is (209,185,122). Sum of RGB (Red+Green+Blue) = 209+185+122=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B97A is #2E4685. Grayscale: #B9B9B9. Windows color (decimal): -3032710 or 8042961. OLE color: 8042961.
HSL color Cylindrical-coordinate representation of color #D1B97A: hue angle of 43.45º 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 #D1B97A is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 122 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.18 |
| HSL | 43.45º | 0.49% | 0.65% | - |
| HSV(B) | 43.45º | 0.42% | 0.82% | - |
| XYZ | 47.16 | 49.66 | 25.51 | - |
| YUV | 184.99 | 92.45 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 122 | 0 | 0.11 | 0.42 | 0.18 | 43.45 | 0.49 | 0.65 |
| Hex | D1 | B9 | 7A | 0 | B | 2A | 12 | 2B | 31 | 41 |
| Octal | 321 | 271 | 172 | 0 | 13 | 52 | 22 | 53 | 61 | 101 |
| Binary | 11010001 | 10111001 | 1111010 | 0 | 1011 | 101010 | 10010 | 101011 | 110001 | 1000001 |
Color Harmonies of #D1B97A
Complementary color
Monochromatic Colors of #D1B97A
Black with #D1B97A
Text Example
Text Example
White with #D1B97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B97A; }
p { color: rgb(209,185,122); }
H1.HeaderClassName
{
color: #D1B97A;
}
.AnyTagClassName
{
color: #D1B97A;
}
</style>
background-color css
<style>
a { background-color: #D1B97A; }
a { background-color: rgb(209,185,122); }
div.DivClassName
{
background-color: #D1B97A;
}
.BgClassName
{
background-color: #D1B97A;
}
</style>
border-color css
<style>
span { border-color: #D1B97A; }
span { border-color: rgb(209,185,122); }
td.TdClassName
{
border-color: #D1B97A;
}
.TagClassName
{
border-color: #D1B97A;
}
</style>