Shades of Straw #D8BD7C
Tints of Straw #D8BD7C
RGB
CMYK
RGB Variations
Color information
#D8BD7C (or 0xD8BD7C) is known color: Straw. HEX triplet: D8, BD and 7C. RGB value is (216,189,124). Sum of RGB (Red+Green+Blue) = 216+189+124=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 124 (48.83% from 255 or 23.44% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BD7C is #274283. Grayscale: #BDBDBD. Windows color (decimal): -2572932 or 8175064. OLE color: 8175064.
HSL color Cylindrical-coordinate representation of color #D8BD7C: hue angle of 42.39º 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 #D8BD7C is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 189 | 124 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.15 |
| HSL | 42.39º | 0.54% | 0.67% | - |
| HSV(B) | 42.39º | 0.43% | 0.85% | - |
| XYZ | 50.15 | 52.45 | 26.55 | - |
| YUV | 189.66 | 90.95 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 124 | 0 | 0.12 | 0.43 | 0.15 | 42.39 | 0.54 | 0.67 |
| Hex | D8 | BD | 7C | 0 | C | 2B | F | 2A | 36 | 43 |
| Octal | 330 | 275 | 174 | 0 | 14 | 53 | 17 | 52 | 66 | 103 |
| Binary | 11011000 | 10111101 | 1111100 | 0 | 1100 | 101011 | 1111 | 101010 | 110110 | 1000011 |
Color Harmonies of #D8BD7C
Complementary color
Monochromatic Colors of #D8BD7C
Black with #D8BD7C
Text Example
Text Example
White with #D8BD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BD7C; }
p { color: rgb(216,189,124); }
H1.HeaderClassName
{
color: #D8BD7C;
}
.AnyTagClassName
{
color: #D8BD7C;
}
</style>
background-color css
<style>
a { background-color: #D8BD7C; }
a { background-color: rgb(216,189,124); }
div.DivClassName
{
background-color: #D8BD7C;
}
.BgClassName
{
background-color: #D8BD7C;
}
</style>
border-color css
<style>
span { border-color: #D8BD7C; }
span { border-color: rgb(216,189,124); }
td.TdClassName
{
border-color: #D8BD7C;
}
.TagClassName
{
border-color: #D8BD7C;
}
</style>