Shades of Straw #D8BF7D
Tints of Straw #D8BF7D
RGB
CMYK
RGB Variations
Color information
#D8BF7D (or 0xD8BF7D) is known color: Straw. HEX triplet: D8, BF and 7D. RGB value is (216,191,125). Sum of RGB (Red+Green+Blue) = 216+191+125=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BF7D is #274082. Grayscale: #BFBFBF. Windows color (decimal): -2572419 or 8241112. OLE color: 8241112.
HSL color Cylindrical-coordinate representation of color #D8BF7D: hue angle of 43.52º 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 #D8BF7D is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 191 | 125 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.15 |
| HSL | 43.52º | 0.54% | 0.67% | - |
| HSV(B) | 43.52º | 0.42% | 0.85% | - |
| XYZ | 50.65 | 53.34 | 27.03 | - |
| YUV | 190.95 | 90.78 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 191 | 125 | 0 | 0.12 | 0.42 | 0.15 | 43.52 | 0.54 | 0.67 |
| Hex | D8 | BF | 7D | 0 | C | 2A | F | 2C | 36 | 43 |
| Octal | 330 | 277 | 175 | 0 | 14 | 52 | 17 | 54 | 66 | 103 |
| Binary | 11011000 | 10111111 | 1111101 | 0 | 1100 | 101010 | 1111 | 101100 | 110110 | 1000011 |
Color Harmonies of #D8BF7D
Complementary color
Monochromatic Colors of #D8BF7D
Black with #D8BF7D
Text Example
Text Example
White with #D8BF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BF7D; }
p { color: rgb(216,191,125); }
H1.HeaderClassName
{
color: #D8BF7D;
}
.AnyTagClassName
{
color: #D8BF7D;
}
</style>
background-color css
<style>
a { background-color: #D8BF7D; }
a { background-color: rgb(216,191,125); }
div.DivClassName
{
background-color: #D8BF7D;
}
.BgClassName
{
background-color: #D8BF7D;
}
</style>
border-color css
<style>
span { border-color: #D8BF7D; }
span { border-color: rgb(216,191,125); }
td.TdClassName
{
border-color: #D8BF7D;
}
.TagClassName
{
border-color: #D8BF7D;
}
</style>