Shades of Straw #D7C086
Tints of Straw #D7C086
RGB
CMYK
RGB Variations
Color information
#D7C086 (or 0xD7C086) is known color: Straw. HEX triplet: D7, C0 and 86. RGB value is (215,192,134). Sum of RGB (Red+Green+Blue) = 215+192+134=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 134 (52.73% from 255 or 24.77% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C086 is #283F79. Grayscale: #C0C0C0. Windows color (decimal): -2637690 or 8831191. OLE color: 8831191.
HSL color Cylindrical-coordinate representation of color #D7C086: hue angle of 42.96º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D7C086 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 192 | 134 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.16 |
| HSL | 42.96º | 0.5% | 0.68% | - |
| HSV(B) | 42.96º | 0.38% | 0.84% | - |
| XYZ | 51.18 | 53.87 | 30.25 | - |
| YUV | 192.27 | 95.12 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 192 | 134 | 0 | 0.11 | 0.38 | 0.16 | 42.96 | 0.5 | 0.68 |
| Hex | D7 | C0 | 86 | 0 | B | 26 | 10 | 2B | 32 | 44 |
| Octal | 327 | 300 | 206 | 0 | 13 | 46 | 20 | 53 | 62 | 104 |
| Binary | 11010111 | 11000000 | 10000110 | 0 | 1011 | 100110 | 10000 | 101011 | 110010 | 1000100 |
Color Harmonies of #D7C086
Complementary color
Monochromatic Colors of #D7C086
Black with #D7C086
Text Example
Text Example
White with #D7C086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C086; }
p { color: rgb(215,192,134); }
H1.HeaderClassName
{
color: #D7C086;
}
.AnyTagClassName
{
color: #D7C086;
}
</style>
background-color css
<style>
a { background-color: #D7C086; }
a { background-color: rgb(215,192,134); }
div.DivClassName
{
background-color: #D7C086;
}
.BgClassName
{
background-color: #D7C086;
}
</style>
border-color css
<style>
span { border-color: #D7C086; }
span { border-color: rgb(215,192,134); }
td.TdClassName
{
border-color: #D7C086;
}
.TagClassName
{
border-color: #D7C086;
}
</style>