Shades of Straw #D5BA80
Tints of Straw #D5BA80
RGB
CMYK
RGB Variations
Color information
#D5BA80 (or 0xD5BA80) is known color: Straw. HEX triplet: D5, BA and 80. RGB value is (213,186,128). Sum of RGB (Red+Green+Blue) = 213+186+128=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BA80 is #2A457F. Grayscale: #BBBBBB. Windows color (decimal): -2770304 or 8436437. OLE color: 8436437.
HSL color Cylindrical-coordinate representation of color #D5BA80: hue angle of 40.94º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5BA80 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 128 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.16 |
| HSL | 40.94º | 0.5% | 0.67% | - |
| HSV(B) | 40.94º | 0.4% | 0.84% | - |
| XYZ | 48.9 | 50.82 | 27.65 | - |
| YUV | 187.46 | 94.45 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 128 | 0 | 0.13 | 0.40 | 0.16 | 40.94 | 0.5 | 0.67 |
| Hex | D5 | BA | 80 | 0 | D | 28 | 10 | 29 | 32 | 43 |
| Octal | 325 | 272 | 200 | 0 | 15 | 50 | 20 | 51 | 62 | 103 |
| Binary | 11010101 | 10111010 | 10000000 | 0 | 1101 | 101000 | 10000 | 101001 | 110010 | 1000011 |
Color Harmonies of #D5BA80
Complementary color
Monochromatic Colors of #D5BA80
Black with #D5BA80
Text Example
Text Example
White with #D5BA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA80; }
p { color: rgb(213,186,128); }
H1.HeaderClassName
{
color: #D5BA80;
}
.AnyTagClassName
{
color: #D5BA80;
}
</style>
background-color css
<style>
a { background-color: #D5BA80; }
a { background-color: rgb(213,186,128); }
div.DivClassName
{
background-color: #D5BA80;
}
.BgClassName
{
background-color: #D5BA80;
}
</style>
border-color css
<style>
span { border-color: #D5BA80; }
span { border-color: rgb(213,186,128); }
td.TdClassName
{
border-color: #D5BA80;
}
.TagClassName
{
border-color: #D5BA80;
}
</style>