Shades of Straw #D6BA77
Tints of Straw #D6BA77
RGB
CMYK
RGB Variations
Color information
#D6BA77 (or 0xD6BA77) is known color: Straw. HEX triplet: D6, BA and 77. RGB value is (214,186,119). Sum of RGB (Red+Green+Blue) = 214+186+119=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 119 (46.88% from 255 or 22.93% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BA77 is #294588. Grayscale: #BBBBBB. Windows color (decimal): -2704777 or 7846614. OLE color: 7846614.
HSL color Cylindrical-coordinate representation of color #D6BA77: hue angle of 42.32º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6BA77 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 119 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.16 |
| HSL | 42.32º | 0.54% | 0.65% | - |
| HSV(B) | 42.32º | 0.44% | 0.84% | - |
| XYZ | 48.62 | 50.75 | 24.69 | - |
| YUV | 186.73 | 89.78 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 119 | 0 | 0.13 | 0.44 | 0.16 | 42.32 | 0.54 | 0.65 |
| Hex | D6 | BA | 77 | 0 | D | 2C | 10 | 2A | 36 | 41 |
| Octal | 326 | 272 | 167 | 0 | 15 | 54 | 20 | 52 | 66 | 101 |
| Binary | 11010110 | 10111010 | 1110111 | 0 | 1101 | 101100 | 10000 | 101010 | 110110 | 1000001 |
Color Harmonies of #D6BA77
Complementary color
Monochromatic Colors of #D6BA77
Black with #D6BA77
Text Example
Text Example
White with #D6BA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BA77; }
p { color: rgb(214,186,119); }
H1.HeaderClassName
{
color: #D6BA77;
}
.AnyTagClassName
{
color: #D6BA77;
}
</style>
background-color css
<style>
a { background-color: #D6BA77; }
a { background-color: rgb(214,186,119); }
div.DivClassName
{
background-color: #D6BA77;
}
.BgClassName
{
background-color: #D6BA77;
}
</style>
border-color css
<style>
span { border-color: #D6BA77; }
span { border-color: rgb(214,186,119); }
td.TdClassName
{
border-color: #D6BA77;
}
.TagClassName
{
border-color: #D6BA77;
}
</style>