Shades of Straw #D5BF8D
Tints of Straw #D5BF8D
RGB
CMYK
RGB Variations
Color information
#D5BF8D (or 0xD5BF8D) is known color: Straw. HEX triplet: D5, BF and 8D. RGB value is (213,191,141). Sum of RGB (Red+Green+Blue) = 213+191+141=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BF8D is #2A4072. Grayscale: #C0C0C0. Windows color (decimal): -2769011 or 9289685. OLE color: 9289685.
HSL color Cylindrical-coordinate representation of color #D5BF8D: hue angle of 41.67º 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 #D5BF8D is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 191 | 141 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.16 |
| HSL | 41.67º | 0.46% | 0.69% | - |
| HSV(B) | 41.67º | 0.34% | 0.84% | - |
| XYZ | 50.88 | 53.33 | 32.81 | - |
| YUV | 191.88 | 99.29 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 191 | 141 | 0 | 0.10 | 0.34 | 0.16 | 41.67 | 0.46 | 0.69 |
| Hex | D5 | BF | 8D | 0 | A | 22 | 10 | 2A | 2E | 45 |
| Octal | 325 | 277 | 215 | 0 | 12 | 42 | 20 | 52 | 56 | 105 |
| Binary | 11010101 | 10111111 | 10001101 | 0 | 1010 | 100010 | 10000 | 101010 | 101110 | 1000101 |
Color Harmonies of #D5BF8D
Complementary color
Monochromatic Colors of #D5BF8D
Black with #D5BF8D
Text Example
Text Example
White with #D5BF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BF8D; }
p { color: rgb(213,191,141); }
H1.HeaderClassName
{
color: #D5BF8D;
}
.AnyTagClassName
{
color: #D5BF8D;
}
</style>
background-color css
<style>
a { background-color: #D5BF8D; }
a { background-color: rgb(213,191,141); }
div.DivClassName
{
background-color: #D5BF8D;
}
.BgClassName
{
background-color: #D5BF8D;
}
</style>
border-color css
<style>
span { border-color: #D5BF8D; }
span { border-color: rgb(213,191,141); }
td.TdClassName
{
border-color: #D5BF8D;
}
.TagClassName
{
border-color: #D5BF8D;
}
</style>