Shades of Straw #D1BA82
Tints of Straw #D1BA82
RGB
CMYK
RGB Variations
Color information
#D1BA82 (or 0xD1BA82) is known color: Straw. HEX triplet: D1, BA and 82. RGB value is (209,186,130). Sum of RGB (Red+Green+Blue) = 209+186+130=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BA82 is #2E457D. Grayscale: #BABABA. Windows color (decimal): -3032446 or 8567505. OLE color: 8567505.
HSL color Cylindrical-coordinate representation of color #D1BA82: hue angle of 42.53º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D1BA82 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 130 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.18 |
| HSL | 42.53º | 0.46% | 0.66% | - |
| HSV(B) | 42.53º | 0.38% | 0.82% | - |
| XYZ | 47.88 | 50.28 | 28.3 | - |
| YUV | 186.49 | 96.12 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 130 | 0 | 0.11 | 0.38 | 0.18 | 42.53 | 0.46 | 0.66 |
| Hex | D1 | BA | 82 | 0 | B | 26 | 12 | 2B | 2E | 42 |
| Octal | 321 | 272 | 202 | 0 | 13 | 46 | 22 | 53 | 56 | 102 |
| Binary | 11010001 | 10111010 | 10000010 | 0 | 1011 | 100110 | 10010 | 101011 | 101110 | 1000010 |
Color Harmonies of #D1BA82
Complementary color
Monochromatic Colors of #D1BA82
Black with #D1BA82
Text Example
Text Example
White with #D1BA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BA82; }
p { color: rgb(209,186,130); }
H1.HeaderClassName
{
color: #D1BA82;
}
.AnyTagClassName
{
color: #D1BA82;
}
</style>
background-color css
<style>
a { background-color: #D1BA82; }
a { background-color: rgb(209,186,130); }
div.DivClassName
{
background-color: #D1BA82;
}
.BgClassName
{
background-color: #D1BA82;
}
</style>
border-color css
<style>
span { border-color: #D1BA82; }
span { border-color: rgb(209,186,130); }
td.TdClassName
{
border-color: #D1BA82;
}
.TagClassName
{
border-color: #D1BA82;
}
</style>