Shades of Straw #D5BA7F
Tints of Straw #D5BA7F
RGB
CMYK
RGB Variations
Color information
#D5BA7F (or 0xD5BA7F) is known color: Straw. HEX triplet: D5, BA and 7F. RGB value is (213,186,127). Sum of RGB (Red+Green+Blue) = 213+186+127=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 127 (50% from 255 or 24.14% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BA7F is #2A4580. Grayscale: #BBBBBB. Windows color (decimal): -2770305 or 8370901. OLE color: 8370901.
HSL color Cylindrical-coordinate representation of color #D5BA7F: hue angle of 41.16º degrees, saturation: 0.51, 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 #D5BA7F is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 127 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.16 |
| HSL | 41.16º | 0.51% | 0.67% | - |
| HSV(B) | 41.16º | 0.4% | 0.84% | - |
| XYZ | 48.83 | 50.8 | 27.31 | - |
| YUV | 187.35 | 93.95 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 127 | 0 | 0.13 | 0.40 | 0.16 | 41.16 | 0.51 | 0.67 |
| Hex | D5 | BA | 7F | 0 | D | 28 | 10 | 29 | 33 | 43 |
| Octal | 325 | 272 | 177 | 0 | 15 | 50 | 20 | 51 | 63 | 103 |
| Binary | 11010101 | 10111010 | 1111111 | 0 | 1101 | 101000 | 10000 | 101001 | 110011 | 1000011 |
Color Harmonies of #D5BA7F
Complementary color
Monochromatic Colors of #D5BA7F
Black with #D5BA7F
Text Example
Text Example
White with #D5BA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA7F; }
p { color: rgb(213,186,127); }
H1.HeaderClassName
{
color: #D5BA7F;
}
.AnyTagClassName
{
color: #D5BA7F;
}
</style>
background-color css
<style>
a { background-color: #D5BA7F; }
a { background-color: rgb(213,186,127); }
div.DivClassName
{
background-color: #D5BA7F;
}
.BgClassName
{
background-color: #D5BA7F;
}
</style>
border-color css
<style>
span { border-color: #D5BA7F; }
span { border-color: rgb(213,186,127); }
td.TdClassName
{
border-color: #D5BA7F;
}
.TagClassName
{
border-color: #D5BA7F;
}
</style>