Shades of Straw #D8B67C
Tints of Straw #D8B67C
RGB
CMYK
RGB Variations
Color information
#D8B67C (or 0xD8B67C) is known color: Straw. HEX triplet: D8, B6 and 7C. RGB value is (216,182,124). Sum of RGB (Red+Green+Blue) = 216+182+124=522 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.38% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 124 (48.83% from 255 or 23.75% from 522); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B67C is #274983. Grayscale: #B9B9B9. Windows color (decimal): -2574724 or 8173272. OLE color: 8173272.
HSL color Cylindrical-coordinate representation of color #D8B67C: hue angle of 37.83º 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 #D8B67C is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 182 | 124 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.15 |
| HSL | 37.83º | 0.54% | 0.67% | - |
| HSV(B) | 37.83º | 0.43% | 0.85% | - |
| XYZ | 48.68 | 49.51 | 26.06 | - |
| YUV | 185.55 | 93.26 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 182 | 124 | 0 | 0.16 | 0.43 | 0.15 | 37.83 | 0.54 | 0.67 |
| Hex | D8 | B6 | 7C | 0 | 10 | 2B | F | 26 | 36 | 43 |
| Octal | 330 | 266 | 174 | 0 | 20 | 53 | 17 | 46 | 66 | 103 |
| Binary | 11011000 | 10110110 | 1111100 | 0 | 10000 | 101011 | 1111 | 100110 | 110110 | 1000011 |
Color Harmonies of #D8B67C
Complementary color
Monochromatic Colors of #D8B67C
Black with #D8B67C
Text Example
Text Example
White with #D8B67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B67C; }
p { color: rgb(216,182,124); }
H1.HeaderClassName
{
color: #D8B67C;
}
.AnyTagClassName
{
color: #D8B67C;
}
</style>
background-color css
<style>
a { background-color: #D8B67C; }
a { background-color: rgb(216,182,124); }
div.DivClassName
{
background-color: #D8B67C;
}
.BgClassName
{
background-color: #D8B67C;
}
</style>
border-color css
<style>
span { border-color: #D8B67C; }
span { border-color: rgb(216,182,124); }
td.TdClassName
{
border-color: #D8B67C;
}
.TagClassName
{
border-color: #D8B67C;
}
</style>