Shades of Straw #D5C091
Tints of Straw #D5C091
RGB
CMYK
RGB Variations
Color information
#D5C091 (or 0xD5C091) is known color: Straw. HEX triplet: D5, C0 and 91. RGB value is (213,192,145). Sum of RGB (Red+Green+Blue) = 213+192+145=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 145 (57.03% from 255 or 26.36% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C091 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C091 is #2A3F6E. Grayscale: #C1C1C1. Windows color (decimal): -2768751 or 9552085. OLE color: 9552085.
HSL color Cylindrical-coordinate representation of color #D5C091: hue angle of 41.47º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5C091 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 192 | 145 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.16 |
| HSL | 41.47º | 0.45% | 0.7% | - |
| HSV(B) | 41.47º | 0.32% | 0.84% | - |
| XYZ | 51.4 | 53.89 | 34.48 | - |
| YUV | 192.92 | 100.96 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 192 | 145 | 0 | 0.10 | 0.32 | 0.16 | 41.47 | 0.45 | 0.7 |
| Hex | D5 | C0 | 91 | 0 | A | 20 | 10 | 29 | 2D | 46 |
| Octal | 325 | 300 | 221 | 0 | 12 | 40 | 20 | 51 | 55 | 106 |
| Binary | 11010101 | 11000000 | 10010001 | 0 | 1010 | 100000 | 10000 | 101001 | 101101 | 1000110 |
Color Harmonies of #D5C091
Complementary color
Monochromatic Colors of #D5C091
Black with #D5C091
Text Example
Text Example
White with #D5C091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C091; }
p { color: rgb(213,192,145); }
H1.HeaderClassName
{
color: #D5C091;
}
.AnyTagClassName
{
color: #D5C091;
}
</style>
background-color css
<style>
a { background-color: #D5C091; }
a { background-color: rgb(213,192,145); }
div.DivClassName
{
background-color: #D5C091;
}
.BgClassName
{
background-color: #D5C091;
}
</style>
border-color css
<style>
span { border-color: #D5C091; }
span { border-color: rgb(213,192,145); }
td.TdClassName
{
border-color: #D5C091;
}
.TagClassName
{
border-color: #D5C091;
}
</style>