Shades of Straw #D6B876
Tints of Straw #D6B876
RGB
CMYK
RGB Variations
Color information
#D6B876 (or 0xD6B876) is known color: Straw. HEX triplet: D6, B8 and 76. RGB value is (214,184,118). Sum of RGB (Red+Green+Blue) = 214+184+118=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 118 (46.48% from 255 or 22.87% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B876 is #294789. Grayscale: #B9B9B9. Windows color (decimal): -2705290 or 7780566. OLE color: 7780566.
HSL color Cylindrical-coordinate representation of color #D6B876: hue angle of 41.25º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6B876 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 184 | 118 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.16 |
| HSL | 41.25º | 0.54% | 0.65% | - |
| HSV(B) | 41.25º | 0.45% | 0.84% | - |
| XYZ | 48.14 | 49.89 | 24.23 | - |
| YUV | 185.45 | 89.94 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 184 | 118 | 0 | 0.14 | 0.45 | 0.16 | 41.25 | 0.54 | 0.65 |
| Hex | D6 | B8 | 76 | 0 | E | 2D | 10 | 29 | 36 | 41 |
| Octal | 326 | 270 | 166 | 0 | 16 | 55 | 20 | 51 | 66 | 101 |
| Binary | 11010110 | 10111000 | 1110110 | 0 | 1110 | 101101 | 10000 | 101001 | 110110 | 1000001 |
Color Harmonies of #D6B876
Complementary color
Monochromatic Colors of #D6B876
Black with #D6B876
Text Example
Text Example
White with #D6B876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B876; }
p { color: rgb(214,184,118); }
H1.HeaderClassName
{
color: #D6B876;
}
.AnyTagClassName
{
color: #D6B876;
}
</style>
background-color css
<style>
a { background-color: #D6B876; }
a { background-color: rgb(214,184,118); }
div.DivClassName
{
background-color: #D6B876;
}
.BgClassName
{
background-color: #D6B876;
}
</style>
border-color css
<style>
span { border-color: #D6B876; }
span { border-color: rgb(214,184,118); }
td.TdClassName
{
border-color: #D6B876;
}
.TagClassName
{
border-color: #D6B876;
}
</style>