Shades of Straw #D7BA7B
Tints of Straw #D7BA7B
RGB
CMYK
RGB Variations
Color information
#D7BA7B (or 0xD7BA7B) is known color: Straw. HEX triplet: D7, BA and 7B. RGB value is (215,186,123). Sum of RGB (Red+Green+Blue) = 215+186+123=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 123 (48.44% from 255 or 23.47% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BA7B is #284584. Grayscale: #BBBBBB. Windows color (decimal): -2639237 or 8108759. OLE color: 8108759.
HSL color Cylindrical-coordinate representation of color #D7BA7B: hue angle of 41.09º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D7BA7B is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 123 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.16 |
| HSL | 41.09º | 0.53% | 0.66% | - |
| HSV(B) | 41.09º | 0.43% | 0.84% | - |
| XYZ | 49.16 | 50.99 | 25.99 | - |
| YUV | 187.49 | 91.61 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 123 | 0 | 0.13 | 0.43 | 0.16 | 41.09 | 0.53 | 0.66 |
| Hex | D7 | BA | 7B | 0 | D | 2B | 10 | 29 | 35 | 42 |
| Octal | 327 | 272 | 173 | 0 | 15 | 53 | 20 | 51 | 65 | 102 |
| Binary | 11010111 | 10111010 | 1111011 | 0 | 1101 | 101011 | 10000 | 101001 | 110101 | 1000010 |
Color Harmonies of #D7BA7B
Complementary color
Monochromatic Colors of #D7BA7B
Black with #D7BA7B
Text Example
Text Example
White with #D7BA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BA7B; }
p { color: rgb(215,186,123); }
H1.HeaderClassName
{
color: #D7BA7B;
}
.AnyTagClassName
{
color: #D7BA7B;
}
</style>
background-color css
<style>
a { background-color: #D7BA7B; }
a { background-color: rgb(215,186,123); }
div.DivClassName
{
background-color: #D7BA7B;
}
.BgClassName
{
background-color: #D7BA7B;
}
</style>
border-color css
<style>
span { border-color: #D7BA7B; }
span { border-color: rgb(215,186,123); }
td.TdClassName
{
border-color: #D7BA7B;
}
.TagClassName
{
border-color: #D7BA7B;
}
</style>