Shades of Straw #D7BA78
Tints of Straw #D7BA78
RGB
CMYK
RGB Variations
Color information
#D7BA78 (or 0xD7BA78) is known color: Straw. HEX triplet: D7, BA and 78. RGB value is (215,186,120). Sum of RGB (Red+Green+Blue) = 215+186+120=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BA78 is #284587. Grayscale: #BBBBBB. Windows color (decimal): -2639240 or 7912151. OLE color: 7912151.
HSL color Cylindrical-coordinate representation of color #D7BA78: hue angle of 41.68º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D7BA78 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 120 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.16 |
| HSL | 41.68º | 0.54% | 0.66% | - |
| HSV(B) | 41.68º | 0.44% | 0.84% | - |
| XYZ | 48.97 | 50.92 | 25.02 | - |
| YUV | 187.15 | 90.11 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 120 | 0 | 0.13 | 0.44 | 0.16 | 41.68 | 0.54 | 0.66 |
| Hex | D7 | BA | 78 | 0 | D | 2C | 10 | 2A | 36 | 42 |
| Octal | 327 | 272 | 170 | 0 | 15 | 54 | 20 | 52 | 66 | 102 |
| Binary | 11010111 | 10111010 | 1111000 | 0 | 1101 | 101100 | 10000 | 101010 | 110110 | 1000010 |
Color Harmonies of #D7BA78
Complementary color
Monochromatic Colors of #D7BA78
Black with #D7BA78
Text Example
Text Example
White with #D7BA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BA78; }
p { color: rgb(215,186,120); }
H1.HeaderClassName
{
color: #D7BA78;
}
.AnyTagClassName
{
color: #D7BA78;
}
</style>
background-color css
<style>
a { background-color: #D7BA78; }
a { background-color: rgb(215,186,120); }
div.DivClassName
{
background-color: #D7BA78;
}
.BgClassName
{
background-color: #D7BA78;
}
</style>
border-color css
<style>
span { border-color: #D7BA78; }
span { border-color: rgb(215,186,120); }
td.TdClassName
{
border-color: #D7BA78;
}
.TagClassName
{
border-color: #D7BA78;
}
</style>