Shades of Straw #D9BD7E
Tints of Straw #D9BD7E
RGB
CMYK
RGB Variations
Color information
#D9BD7E (or 0xD9BD7E) is known color: Straw. HEX triplet: D9, BD and 7E. RGB value is (217,189,126). Sum of RGB (Red+Green+Blue) = 217+189+126=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 126 (49.61% from 255 or 23.68% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BD7E is #264281. Grayscale: #BEBEBE. Windows color (decimal): -2507394 or 8306137. OLE color: 8306137.
HSL color Cylindrical-coordinate representation of color #D9BD7E: hue angle of 41.54º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D9BD7E is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 189 | 126 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.15 |
| HSL | 41.54º | 0.54% | 0.67% | - |
| HSV(B) | 41.54º | 0.42% | 0.85% | - |
| XYZ | 50.58 | 52.65 | 27.24 | - |
| YUV | 190.19 | 91.78 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 189 | 126 | 0 | 0.13 | 0.42 | 0.15 | 41.54 | 0.54 | 0.67 |
| Hex | D9 | BD | 7E | 0 | D | 2A | F | 2A | 36 | 43 |
| Octal | 331 | 275 | 176 | 0 | 15 | 52 | 17 | 52 | 66 | 103 |
| Binary | 11011001 | 10111101 | 1111110 | 0 | 1101 | 101010 | 1111 | 101010 | 110110 | 1000011 |
Color Harmonies of #D9BD7E
Complementary color
Monochromatic Colors of #D9BD7E
Black with #D9BD7E
Text Example
Text Example
White with #D9BD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BD7E; }
p { color: rgb(217,189,126); }
H1.HeaderClassName
{
color: #D9BD7E;
}
.AnyTagClassName
{
color: #D9BD7E;
}
</style>
background-color css
<style>
a { background-color: #D9BD7E; }
a { background-color: rgb(217,189,126); }
div.DivClassName
{
background-color: #D9BD7E;
}
.BgClassName
{
background-color: #D9BD7E;
}
</style>
border-color css
<style>
span { border-color: #D9BD7E; }
span { border-color: rgb(217,189,126); }
td.TdClassName
{
border-color: #D9BD7E;
}
.TagClassName
{
border-color: #D9BD7E;
}
</style>