Shades of Straw #D7BE8E
Tints of Straw #D7BE8E
RGB
CMYK
RGB Variations
Color information
#D7BE8E (or 0xD7BE8E) is known color: Straw. HEX triplet: D7, BE and 8E. RGB value is (215,190,142). Sum of RGB (Red+Green+Blue) = 215+190+142=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 142 (55.86% from 255 or 25.96% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BE8E is #284171. Grayscale: #C0C0C0. Windows color (decimal): -2638194 or 9354967. OLE color: 9354967.
HSL color Cylindrical-coordinate representation of color #D7BE8E: hue angle of 39.45º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D7BE8E is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 190 | 142 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.16 |
| HSL | 39.45º | 0.48% | 0.7% | - |
| HSV(B) | 39.45º | 0.34% | 0.84% | - |
| XYZ | 51.32 | 53.23 | 33.16 | - |
| YUV | 192 | 99.78 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 190 | 142 | 0 | 0.12 | 0.34 | 0.16 | 39.45 | 0.48 | 0.7 |
| Hex | D7 | BE | 8E | 0 | C | 22 | 10 | 27 | 30 | 46 |
| Octal | 327 | 276 | 216 | 0 | 14 | 42 | 20 | 47 | 60 | 106 |
| Binary | 11010111 | 10111110 | 10001110 | 0 | 1100 | 100010 | 10000 | 100111 | 110000 | 1000110 |
Color Harmonies of #D7BE8E
Complementary color
Monochromatic Colors of #D7BE8E
Black with #D7BE8E
Text Example
Text Example
White with #D7BE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BE8E; }
p { color: rgb(215,190,142); }
H1.HeaderClassName
{
color: #D7BE8E;
}
.AnyTagClassName
{
color: #D7BE8E;
}
</style>
background-color css
<style>
a { background-color: #D7BE8E; }
a { background-color: rgb(215,190,142); }
div.DivClassName
{
background-color: #D7BE8E;
}
.BgClassName
{
background-color: #D7BE8E;
}
</style>
border-color css
<style>
span { border-color: #D7BE8E; }
span { border-color: rgb(215,190,142); }
td.TdClassName
{
border-color: #D7BE8E;
}
.TagClassName
{
border-color: #D7BE8E;
}
</style>