Shades of Straw #D8BC7B
Tints of Straw #D8BC7B
RGB
CMYK
RGB Variations
Color information
#D8BC7B (or 0xD8BC7B) is known color: Straw. HEX triplet: D8, BC and 7B. RGB value is (216,188,123). Sum of RGB (Red+Green+Blue) = 216+188+123=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BC7B is #274384. Grayscale: #BDBDBD. Windows color (decimal): -2573189 or 8109272. OLE color: 8109272.
HSL color Cylindrical-coordinate representation of color #D8BC7B: hue angle of 41.94º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D8BC7B is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 123 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.15 |
| HSL | 41.94º | 0.54% | 0.66% | - |
| HSV(B) | 41.94º | 0.43% | 0.85% | - |
| XYZ | 49.88 | 52 | 26.15 | - |
| YUV | 188.96 | 90.78 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 123 | 0 | 0.13 | 0.43 | 0.15 | 41.94 | 0.54 | 0.66 |
| Hex | D8 | BC | 7B | 0 | D | 2B | F | 2A | 36 | 42 |
| Octal | 330 | 274 | 173 | 0 | 15 | 53 | 17 | 52 | 66 | 102 |
| Binary | 11011000 | 10111100 | 1111011 | 0 | 1101 | 101011 | 1111 | 101010 | 110110 | 1000010 |
Color Harmonies of #D8BC7B
Complementary color
Monochromatic Colors of #D8BC7B
Black with #D8BC7B
Text Example
Text Example
White with #D8BC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BC7B; }
p { color: rgb(216,188,123); }
H1.HeaderClassName
{
color: #D8BC7B;
}
.AnyTagClassName
{
color: #D8BC7B;
}
</style>
background-color css
<style>
a { background-color: #D8BC7B; }
a { background-color: rgb(216,188,123); }
div.DivClassName
{
background-color: #D8BC7B;
}
.BgClassName
{
background-color: #D8BC7B;
}
</style>
border-color css
<style>
span { border-color: #D8BC7B; }
span { border-color: rgb(216,188,123); }
td.TdClassName
{
border-color: #D8BC7B;
}
.TagClassName
{
border-color: #D8BC7B;
}
</style>