Shades of Straw #D8BF7C
Tints of Straw #D8BF7C
RGB
CMYK
RGB Variations
Color information
#D8BF7C (or 0xD8BF7C) is known color: Straw. HEX triplet: D8, BF and 7C. RGB value is (216,191,124). Sum of RGB (Red+Green+Blue) = 216+191+124=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 124 (48.83% from 255 or 23.35% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BF7C is #274083. Grayscale: #BFBFBF. Windows color (decimal): -2572420 or 8175576. OLE color: 8175576.
HSL color Cylindrical-coordinate representation of color #D8BF7C: hue angle of 43.7º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D8BF7C is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 191 | 124 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.15 |
| HSL | 43.7º | 0.54% | 0.67% | - |
| HSV(B) | 43.7º | 0.43% | 0.85% | - |
| XYZ | 50.59 | 53.32 | 26.69 | - |
| YUV | 190.84 | 90.28 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 191 | 124 | 0 | 0.12 | 0.43 | 0.15 | 43.7 | 0.54 | 0.67 |
| Hex | D8 | BF | 7C | 0 | C | 2B | F | 2C | 36 | 43 |
| Octal | 330 | 277 | 174 | 0 | 14 | 53 | 17 | 54 | 66 | 103 |
| Binary | 11011000 | 10111111 | 1111100 | 0 | 1100 | 101011 | 1111 | 101100 | 110110 | 1000011 |
Color Harmonies of #D8BF7C
Complementary color
Monochromatic Colors of #D8BF7C
Black with #D8BF7C
Text Example
Text Example
White with #D8BF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BF7C; }
p { color: rgb(216,191,124); }
H1.HeaderClassName
{
color: #D8BF7C;
}
.AnyTagClassName
{
color: #D8BF7C;
}
</style>
background-color css
<style>
a { background-color: #D8BF7C; }
a { background-color: rgb(216,191,124); }
div.DivClassName
{
background-color: #D8BF7C;
}
.BgClassName
{
background-color: #D8BF7C;
}
</style>
border-color css
<style>
span { border-color: #D8BF7C; }
span { border-color: rgb(216,191,124); }
td.TdClassName
{
border-color: #D8BF7C;
}
.TagClassName
{
border-color: #D8BF7C;
}
</style>