Shades of Straw #D6BE8D
Tints of Straw #D6BE8D
RGB
CMYK
RGB Variations
Color information
#D6BE8D (or 0xD6BE8D) is known color: Straw. HEX triplet: D6, BE and 8D. RGB value is (214,190,141). Sum of RGB (Red+Green+Blue) = 214+190+141=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BE8D is #294172. Grayscale: #BFBFBF. Windows color (decimal): -2703731 or 9289430. OLE color: 9289430.
HSL color Cylindrical-coordinate representation of color #D6BE8D: hue angle of 40.27º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6BE8D is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 141 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.16 |
| HSL | 40.27º | 0.47% | 0.7% | - |
| HSV(B) | 40.27º | 0.34% | 0.84% | - |
| XYZ | 50.95 | 53.05 | 32.75 | - |
| YUV | 191.59 | 99.45 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 141 | 0 | 0.11 | 0.34 | 0.16 | 40.27 | 0.47 | 0.7 |
| Hex | D6 | BE | 8D | 0 | B | 22 | 10 | 28 | 2F | 46 |
| Octal | 326 | 276 | 215 | 0 | 13 | 42 | 20 | 50 | 57 | 106 |
| Binary | 11010110 | 10111110 | 10001101 | 0 | 1011 | 100010 | 10000 | 101000 | 101111 | 1000110 |
Color Harmonies of #D6BE8D
Complementary color
Monochromatic Colors of #D6BE8D
Black with #D6BE8D
Text Example
Text Example
White with #D6BE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BE8D; }
p { color: rgb(214,190,141); }
H1.HeaderClassName
{
color: #D6BE8D;
}
.AnyTagClassName
{
color: #D6BE8D;
}
</style>
background-color css
<style>
a { background-color: #D6BE8D; }
a { background-color: rgb(214,190,141); }
div.DivClassName
{
background-color: #D6BE8D;
}
.BgClassName
{
background-color: #D6BE8D;
}
</style>
border-color css
<style>
span { border-color: #D6BE8D; }
span { border-color: rgb(214,190,141); }
td.TdClassName
{
border-color: #D6BE8D;
}
.TagClassName
{
border-color: #D6BE8D;
}
</style>