Shades of Straw #D9BE8D
Tints of Straw #D9BE8D
RGB
CMYK
RGB Variations
Color information
#D9BE8D (or 0xD9BE8D) is known color: Straw. HEX triplet: D9, BE and 8D. RGB value is (217,190,141). Sum of RGB (Red+Green+Blue) = 217+190+141=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 141 (55.47% from 255 or 25.73% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BE8D is #264172. Grayscale: #C0C0C0. Windows color (decimal): -2507123 or 9289433. OLE color: 9289433.
HSL color Cylindrical-coordinate representation of color #D9BE8D: hue angle of 38.68º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9BE8D is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 190 | 141 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.15 |
| HSL | 38.68º | 0.5% | 0.7% | - |
| HSV(B) | 38.68º | 0.35% | 0.85% | - |
| XYZ | 51.84 | 53.5 | 32.79 | - |
| YUV | 192.49 | 98.95 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 190 | 141 | 0 | 0.12 | 0.35 | 0.15 | 38.68 | 0.5 | 0.7 |
| Hex | D9 | BE | 8D | 0 | C | 23 | F | 27 | 32 | 46 |
| Octal | 331 | 276 | 215 | 0 | 14 | 43 | 17 | 47 | 62 | 106 |
| Binary | 11011001 | 10111110 | 10001101 | 0 | 1100 | 100011 | 1111 | 100111 | 110010 | 1000110 |
Color Harmonies of #D9BE8D
Complementary color
Monochromatic Colors of #D9BE8D
Black with #D9BE8D
Text Example
Text Example
White with #D9BE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BE8D; }
p { color: rgb(217,190,141); }
H1.HeaderClassName
{
color: #D9BE8D;
}
.AnyTagClassName
{
color: #D9BE8D;
}
</style>
background-color css
<style>
a { background-color: #D9BE8D; }
a { background-color: rgb(217,190,141); }
div.DivClassName
{
background-color: #D9BE8D;
}
.BgClassName
{
background-color: #D9BE8D;
}
</style>
border-color css
<style>
span { border-color: #D9BE8D; }
span { border-color: rgb(217,190,141); }
td.TdClassName
{
border-color: #D9BE8D;
}
.TagClassName
{
border-color: #D9BE8D;
}
</style>