Shades of Straw #D5BA82
Tints of Straw #D5BA82
RGB
CMYK
RGB Variations
Color information
#D5BA82 (or 0xD5BA82) is known color: Straw. HEX triplet: D5, BA and 82. RGB value is (213,186,130). Sum of RGB (Red+Green+Blue) = 213+186+130=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BA82 is #2A457D. Grayscale: #BBBBBB. Windows color (decimal): -2770302 or 8567509. OLE color: 8567509.
HSL color Cylindrical-coordinate representation of color #D5BA82: hue angle of 40.48º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D5BA82 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 130 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.16 |
| HSL | 40.48º | 0.5% | 0.67% | - |
| HSV(B) | 40.48º | 0.39% | 0.84% | - |
| XYZ | 49.03 | 50.88 | 28.35 | - |
| YUV | 187.69 | 95.45 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 130 | 0 | 0.13 | 0.39 | 0.16 | 40.48 | 0.5 | 0.67 |
| Hex | D5 | BA | 82 | 0 | D | 27 | 10 | 28 | 32 | 43 |
| Octal | 325 | 272 | 202 | 0 | 15 | 47 | 20 | 50 | 62 | 103 |
| Binary | 11010101 | 10111010 | 10000010 | 0 | 1101 | 100111 | 10000 | 101000 | 110010 | 1000011 |
Color Harmonies of #D5BA82
Complementary color
Monochromatic Colors of #D5BA82
Black with #D5BA82
Text Example
Text Example
White with #D5BA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA82; }
p { color: rgb(213,186,130); }
H1.HeaderClassName
{
color: #D5BA82;
}
.AnyTagClassName
{
color: #D5BA82;
}
</style>
background-color css
<style>
a { background-color: #D5BA82; }
a { background-color: rgb(213,186,130); }
div.DivClassName
{
background-color: #D5BA82;
}
.BgClassName
{
background-color: #D5BA82;
}
</style>
border-color css
<style>
span { border-color: #D5BA82; }
span { border-color: rgb(213,186,130); }
td.TdClassName
{
border-color: #D5BA82;
}
.TagClassName
{
border-color: #D5BA82;
}
</style>