Shades of Straw #D8BF7E
Tints of Straw #D8BF7E
RGB
CMYK
RGB Variations
Color information
#D8BF7E (or 0xD8BF7E) is known color: Straw. HEX triplet: D8, BF and 7E. RGB value is (216,191,126). Sum of RGB (Red+Green+Blue) = 216+191+126=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 126 (49.61% from 255 or 23.64% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BF7E is #274081. Grayscale: #BFBFBF. Windows color (decimal): -2572418 or 8306648. OLE color: 8306648.
HSL color Cylindrical-coordinate representation of color #D8BF7E: hue angle of 43.33º 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 #D8BF7E is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 191 | 126 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.15 |
| HSL | 43.33º | 0.54% | 0.67% | - |
| HSV(B) | 43.33º | 0.42% | 0.85% | - |
| XYZ | 50.72 | 53.37 | 27.37 | - |
| YUV | 191.07 | 91.28 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 191 | 126 | 0 | 0.12 | 0.42 | 0.15 | 43.33 | 0.54 | 0.67 |
| Hex | D8 | BF | 7E | 0 | C | 2A | F | 2B | 36 | 43 |
| Octal | 330 | 277 | 176 | 0 | 14 | 52 | 17 | 53 | 66 | 103 |
| Binary | 11011000 | 10111111 | 1111110 | 0 | 1100 | 101010 | 1111 | 101011 | 110110 | 1000011 |
Color Harmonies of #D8BF7E
Complementary color
Monochromatic Colors of #D8BF7E
Black with #D8BF7E
Text Example
Text Example
White with #D8BF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BF7E; }
p { color: rgb(216,191,126); }
H1.HeaderClassName
{
color: #D8BF7E;
}
.AnyTagClassName
{
color: #D8BF7E;
}
</style>
background-color css
<style>
a { background-color: #D8BF7E; }
a { background-color: rgb(216,191,126); }
div.DivClassName
{
background-color: #D8BF7E;
}
.BgClassName
{
background-color: #D8BF7E;
}
</style>
border-color css
<style>
span { border-color: #D8BF7E; }
span { border-color: rgb(216,191,126); }
td.TdClassName
{
border-color: #D8BF7E;
}
.TagClassName
{
border-color: #D8BF7E;
}
</style>