Shades of Straw #D1B985
Tints of Straw #D1B985
RGB
CMYK
RGB Variations
Color information
#D1B985 (or 0xD1B985) is known color: Straw. HEX triplet: D1, B9 and 85. RGB value is (209,185,133). Sum of RGB (Red+Green+Blue) = 209+185+133=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B985 is #2E467A. Grayscale: #BABABA. Windows color (decimal): -3032699 or 8763857. OLE color: 8763857.
HSL color Cylindrical-coordinate representation of color #D1B985: hue angle of 41.05º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D1B985 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 133 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.18 |
| HSL | 41.05º | 0.45% | 0.67% | - |
| HSV(B) | 41.05º | 0.36% | 0.82% | - |
| XYZ | 47.88 | 49.95 | 29.31 | - |
| YUV | 186.25 | 97.95 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 133 | 0 | 0.11 | 0.36 | 0.18 | 41.05 | 0.45 | 0.67 |
| Hex | D1 | B9 | 85 | 0 | B | 24 | 12 | 29 | 2D | 43 |
| Octal | 321 | 271 | 205 | 0 | 13 | 44 | 22 | 51 | 55 | 103 |
| Binary | 11010001 | 10111001 | 10000101 | 0 | 1011 | 100100 | 10010 | 101001 | 101101 | 1000011 |
Color Harmonies of #D1B985
Complementary color
Monochromatic Colors of #D1B985
Black with #D1B985
Text Example
Text Example
White with #D1B985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B985; }
p { color: rgb(209,185,133); }
H1.HeaderClassName
{
color: #D1B985;
}
.AnyTagClassName
{
color: #D1B985;
}
</style>
background-color css
<style>
a { background-color: #D1B985; }
a { background-color: rgb(209,185,133); }
div.DivClassName
{
background-color: #D1B985;
}
.BgClassName
{
background-color: #D1B985;
}
</style>
border-color css
<style>
span { border-color: #D1B985; }
span { border-color: rgb(209,185,133); }
td.TdClassName
{
border-color: #D1B985;
}
.TagClassName
{
border-color: #D1B985;
}
</style>