Shades of Straw #D8BB7C
Tints of Straw #D8BB7C
RGB
CMYK
RGB Variations
Color information
#D8BB7C (or 0xD8BB7C) is known color: Straw. HEX triplet: D8, BB and 7C. RGB value is (216,187,124). Sum of RGB (Red+Green+Blue) = 216+187+124=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BB7C is #274483. Grayscale: #BCBCBC. Windows color (decimal): -2573444 or 8174552. OLE color: 8174552.
HSL color Cylindrical-coordinate representation of color #D8BB7C: hue angle of 41.09º 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 #D8BB7C is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 187 | 124 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.15 |
| HSL | 41.09º | 0.54% | 0.67% | - |
| HSV(B) | 41.09º | 0.43% | 0.85% | - |
| XYZ | 49.73 | 51.59 | 26.41 | - |
| YUV | 188.49 | 91.61 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 124 | 0 | 0.13 | 0.43 | 0.15 | 41.09 | 0.54 | 0.67 |
| Hex | D8 | BB | 7C | 0 | D | 2B | F | 29 | 36 | 43 |
| Octal | 330 | 273 | 174 | 0 | 15 | 53 | 17 | 51 | 66 | 103 |
| Binary | 11011000 | 10111011 | 1111100 | 0 | 1101 | 101011 | 1111 | 101001 | 110110 | 1000011 |
Color Harmonies of #D8BB7C
Complementary color
Monochromatic Colors of #D8BB7C
Black with #D8BB7C
Text Example
Text Example
White with #D8BB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BB7C; }
p { color: rgb(216,187,124); }
H1.HeaderClassName
{
color: #D8BB7C;
}
.AnyTagClassName
{
color: #D8BB7C;
}
</style>
background-color css
<style>
a { background-color: #D8BB7C; }
a { background-color: rgb(216,187,124); }
div.DivClassName
{
background-color: #D8BB7C;
}
.BgClassName
{
background-color: #D8BB7C;
}
</style>
border-color css
<style>
span { border-color: #D8BB7C; }
span { border-color: rgb(216,187,124); }
td.TdClassName
{
border-color: #D8BB7C;
}
.TagClassName
{
border-color: #D8BB7C;
}
</style>