Shades of Straw #D5BE8C
Tints of Straw #D5BE8C
RGB
CMYK
RGB Variations
Color information
#D5BE8C (or 0xD5BE8C) is known color: Straw. HEX triplet: D5, BE and 8C. RGB value is (213,190,140). Sum of RGB (Red+Green+Blue) = 213+190+140=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 140 (55.08% from 255 or 25.78% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BE8C is #2A4173. Grayscale: #BFBFBF. Windows color (decimal): -2769268 or 9223893. OLE color: 9223893.
HSL color Cylindrical-coordinate representation of color #D5BE8C: hue angle of 41.1º 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 #D5BE8C is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 140 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.16 |
| HSL | 41.1º | 0.46% | 0.69% | - |
| HSV(B) | 41.1º | 0.34% | 0.84% | - |
| XYZ | 50.59 | 52.87 | 32.35 | - |
| YUV | 191.18 | 99.12 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 140 | 0 | 0.11 | 0.34 | 0.16 | 41.1 | 0.46 | 0.69 |
| Hex | D5 | BE | 8C | 0 | B | 22 | 10 | 29 | 2E | 45 |
| Octal | 325 | 276 | 214 | 0 | 13 | 42 | 20 | 51 | 56 | 105 |
| Binary | 11010101 | 10111110 | 10001100 | 0 | 1011 | 100010 | 10000 | 101001 | 101110 | 1000101 |
Color Harmonies of #D5BE8C
Complementary color
Monochromatic Colors of #D5BE8C
Black with #D5BE8C
Text Example
Text Example
White with #D5BE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BE8C; }
p { color: rgb(213,190,140); }
H1.HeaderClassName
{
color: #D5BE8C;
}
.AnyTagClassName
{
color: #D5BE8C;
}
</style>
background-color css
<style>
a { background-color: #D5BE8C; }
a { background-color: rgb(213,190,140); }
div.DivClassName
{
background-color: #D5BE8C;
}
.BgClassName
{
background-color: #D5BE8C;
}
</style>
border-color css
<style>
span { border-color: #D5BE8C; }
span { border-color: rgb(213,190,140); }
td.TdClassName
{
border-color: #D5BE8C;
}
.TagClassName
{
border-color: #D5BE8C;
}
</style>