Shades of Straw #D8BA76
Tints of Straw #D8BA76
RGB
CMYK
RGB Variations
Color information
#D8BA76 (or 0xD8BA76) is known color: Straw. HEX triplet: D8, BA and 76. RGB value is (216,186,118). Sum of RGB (Red+Green+Blue) = 216+186+118=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BA76 is #274589. Grayscale: #BBBBBB. Windows color (decimal): -2573706 or 7781080. OLE color: 7781080.
HSL color Cylindrical-coordinate representation of color #D8BA76: hue angle of 41.63º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8BA76 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 118 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.15 |
| HSL | 41.63º | 0.56% | 0.65% | - |
| HSV(B) | 41.63º | 0.45% | 0.85% | - |
| XYZ | 49.15 | 51.02 | 24.4 | - |
| YUV | 187.22 | 88.94 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 118 | 0 | 0.14 | 0.45 | 0.15 | 41.63 | 0.56 | 0.65 |
| Hex | D8 | BA | 76 | 0 | E | 2D | F | 2A | 38 | 41 |
| Octal | 330 | 272 | 166 | 0 | 16 | 55 | 17 | 52 | 70 | 101 |
| Binary | 11011000 | 10111010 | 1110110 | 0 | 1110 | 101101 | 1111 | 101010 | 111000 | 1000001 |
Color Harmonies of #D8BA76
Complementary color
Monochromatic Colors of #D8BA76
Black with #D8BA76
Text Example
Text Example
White with #D8BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BA76; }
p { color: rgb(216,186,118); }
H1.HeaderClassName
{
color: #D8BA76;
}
.AnyTagClassName
{
color: #D8BA76;
}
</style>
background-color css
<style>
a { background-color: #D8BA76; }
a { background-color: rgb(216,186,118); }
div.DivClassName
{
background-color: #D8BA76;
}
.BgClassName
{
background-color: #D8BA76;
}
</style>
border-color css
<style>
span { border-color: #D8BA76; }
span { border-color: rgb(216,186,118); }
td.TdClassName
{
border-color: #D8BA76;
}
.TagClassName
{
border-color: #D8BA76;
}
</style>