Shades of Straw #D5BE8E
Tints of Straw #D5BE8E
RGB
CMYK
RGB Variations
Color information
#D5BE8E (or 0xD5BE8E) is known color: Straw. HEX triplet: D5, BE and 8E. RGB value is (213,190,142). Sum of RGB (Red+Green+Blue) = 213+190+142=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BE8E is #2A4171. Grayscale: #BFBFBF. Windows color (decimal): -2769266 or 9354965. OLE color: 9354965.
HSL color Cylindrical-coordinate representation of color #D5BE8E: hue angle of 40.56º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5BE8E is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 142 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.16 |
| HSL | 40.56º | 0.46% | 0.7% | - |
| HSV(B) | 40.56º | 0.33% | 0.84% | - |
| XYZ | 50.74 | 52.93 | 33.13 | - |
| YUV | 191.41 | 100.12 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 142 | 0 | 0.11 | 0.33 | 0.16 | 40.56 | 0.46 | 0.7 |
| Hex | D5 | BE | 8E | 0 | B | 21 | 10 | 29 | 2E | 46 |
| Octal | 325 | 276 | 216 | 0 | 13 | 41 | 20 | 51 | 56 | 106 |
| Binary | 11010101 | 10111110 | 10001110 | 0 | 1011 | 100001 | 10000 | 101001 | 101110 | 1000110 |
Color Harmonies of #D5BE8E
Complementary color
Monochromatic Colors of #D5BE8E
Black with #D5BE8E
Text Example
Text Example
White with #D5BE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BE8E; }
p { color: rgb(213,190,142); }
H1.HeaderClassName
{
color: #D5BE8E;
}
.AnyTagClassName
{
color: #D5BE8E;
}
</style>
background-color css
<style>
a { background-color: #D5BE8E; }
a { background-color: rgb(213,190,142); }
div.DivClassName
{
background-color: #D5BE8E;
}
.BgClassName
{
background-color: #D5BE8E;
}
</style>
border-color css
<style>
span { border-color: #D5BE8E; }
span { border-color: rgb(213,190,142); }
td.TdClassName
{
border-color: #D5BE8E;
}
.TagClassName
{
border-color: #D5BE8E;
}
</style>