Shades of Straw #D9BC7E
Tints of Straw #D9BC7E
RGB
CMYK
RGB Variations
Color information
#D9BC7E (or 0xD9BC7E) is known color: Straw. HEX triplet: D9, BC and 7E. RGB value is (217,188,126). Sum of RGB (Red+Green+Blue) = 217+188+126=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 126 (49.61% from 255 or 23.73% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BC7E is #264381. Grayscale: #BDBDBD. Windows color (decimal): -2507650 or 8305881. OLE color: 8305881.
HSL color Cylindrical-coordinate representation of color #D9BC7E: hue angle of 40.88º 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 #D9BC7E is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 126 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.15 |
| HSL | 40.88º | 0.54% | 0.67% | - |
| HSV(B) | 40.88º | 0.42% | 0.85% | - |
| XYZ | 50.36 | 52.22 | 27.16 | - |
| YUV | 189.6 | 92.11 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 126 | 0 | 0.13 | 0.42 | 0.15 | 40.88 | 0.54 | 0.67 |
| Hex | D9 | BC | 7E | 0 | D | 2A | F | 29 | 36 | 43 |
| Octal | 331 | 274 | 176 | 0 | 15 | 52 | 17 | 51 | 66 | 103 |
| Binary | 11011001 | 10111100 | 1111110 | 0 | 1101 | 101010 | 1111 | 101001 | 110110 | 1000011 |
Color Harmonies of #D9BC7E
Complementary color
Monochromatic Colors of #D9BC7E
Black with #D9BC7E
Text Example
Text Example
White with #D9BC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BC7E; }
p { color: rgb(217,188,126); }
H1.HeaderClassName
{
color: #D9BC7E;
}
.AnyTagClassName
{
color: #D9BC7E;
}
</style>
background-color css
<style>
a { background-color: #D9BC7E; }
a { background-color: rgb(217,188,126); }
div.DivClassName
{
background-color: #D9BC7E;
}
.BgClassName
{
background-color: #D9BC7E;
}
</style>
border-color css
<style>
span { border-color: #D9BC7E; }
span { border-color: rgb(217,188,126); }
td.TdClassName
{
border-color: #D9BC7E;
}
.TagClassName
{
border-color: #D9BC7E;
}
</style>