Shades of Straw #D5BA7C
Tints of Straw #D5BA7C
RGB
CMYK
RGB Variations
Color information
#D5BA7C (or 0xD5BA7C) is known color: Straw. HEX triplet: D5, BA and 7C. RGB value is (213,186,124). Sum of RGB (Red+Green+Blue) = 213+186+124=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 124 (48.83% from 255 or 23.71% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BA7C is #2A4583. Grayscale: #BBBBBB. Windows color (decimal): -2770308 or 8174293. OLE color: 8174293.
HSL color Cylindrical-coordinate representation of color #D5BA7C: hue angle of 41.8º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5BA7C is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 124 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.16 |
| HSL | 41.8º | 0.51% | 0.66% | - |
| HSV(B) | 41.8º | 0.42% | 0.84% | - |
| XYZ | 48.64 | 50.72 | 26.3 | - |
| YUV | 187.01 | 92.45 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 124 | 0 | 0.13 | 0.42 | 0.16 | 41.8 | 0.51 | 0.66 |
| Hex | D5 | BA | 7C | 0 | D | 2A | 10 | 2A | 33 | 42 |
| Octal | 325 | 272 | 174 | 0 | 15 | 52 | 20 | 52 | 63 | 102 |
| Binary | 11010101 | 10111010 | 1111100 | 0 | 1101 | 101010 | 10000 | 101010 | 110011 | 1000010 |
Color Harmonies of #D5BA7C
Complementary color
Monochromatic Colors of #D5BA7C
Black with #D5BA7C
Text Example
Text Example
White with #D5BA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA7C; }
p { color: rgb(213,186,124); }
H1.HeaderClassName
{
color: #D5BA7C;
}
.AnyTagClassName
{
color: #D5BA7C;
}
</style>
background-color css
<style>
a { background-color: #D5BA7C; }
a { background-color: rgb(213,186,124); }
div.DivClassName
{
background-color: #D5BA7C;
}
.BgClassName
{
background-color: #D5BA7C;
}
</style>
border-color css
<style>
span { border-color: #D5BA7C; }
span { border-color: rgb(213,186,124); }
td.TdClassName
{
border-color: #D5BA7C;
}
.TagClassName
{
border-color: #D5BA7C;
}
</style>