Shades of Straw #D5BE8D
Tints of Straw #D5BE8D
RGB
CMYK
RGB Variations
Color information
#D5BE8D (or 0xD5BE8D) is known color: Straw. HEX triplet: D5, BE and 8D. RGB value is (213,190,141). Sum of RGB (Red+Green+Blue) = 213+190+141=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BE8D is #2A4172. Grayscale: #BFBFBF. Windows color (decimal): -2769267 or 9289429. OLE color: 9289429.
HSL color Cylindrical-coordinate representation of color #D5BE8D: hue angle of 40.83º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5BE8D is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 141 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.16 |
| HSL | 40.83º | 0.46% | 0.69% | - |
| HSV(B) | 40.83º | 0.34% | 0.84% | - |
| XYZ | 50.66 | 52.9 | 32.74 | - |
| YUV | 191.29 | 99.62 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 141 | 0 | 0.11 | 0.34 | 0.16 | 40.83 | 0.46 | 0.69 |
| Hex | D5 | BE | 8D | 0 | B | 22 | 10 | 29 | 2E | 45 |
| Octal | 325 | 276 | 215 | 0 | 13 | 42 | 20 | 51 | 56 | 105 |
| Binary | 11010101 | 10111110 | 10001101 | 0 | 1011 | 100010 | 10000 | 101001 | 101110 | 1000101 |
Color Harmonies of #D5BE8D
Complementary color
Monochromatic Colors of #D5BE8D
Black with #D5BE8D
Text Example
Text Example
White with #D5BE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BE8D; }
p { color: rgb(213,190,141); }
H1.HeaderClassName
{
color: #D5BE8D;
}
.AnyTagClassName
{
color: #D5BE8D;
}
</style>
background-color css
<style>
a { background-color: #D5BE8D; }
a { background-color: rgb(213,190,141); }
div.DivClassName
{
background-color: #D5BE8D;
}
.BgClassName
{
background-color: #D5BE8D;
}
</style>
border-color css
<style>
span { border-color: #D5BE8D; }
span { border-color: rgb(213,190,141); }
td.TdClassName
{
border-color: #D5BE8D;
}
.TagClassName
{
border-color: #D5BE8D;
}
</style>