Shades of Straw #D6BA7E
Tints of Straw #D6BA7E
RGB
CMYK
RGB Variations
Color information
#D6BA7E (or 0xD6BA7E) is known color: Straw. HEX triplet: D6, BA and 7E. RGB value is (214,186,126). Sum of RGB (Red+Green+Blue) = 214+186+126=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 126 (49.61% from 255 or 23.95% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BA7E is #294581. Grayscale: #BBBBBB. Windows color (decimal): -2704770 or 8305366. OLE color: 8305366.
HSL color Cylindrical-coordinate representation of color #D6BA7E: hue angle of 40.91º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D6BA7E is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 126 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.16 |
| HSL | 40.91º | 0.52% | 0.67% | - |
| HSV(B) | 40.91º | 0.41% | 0.84% | - |
| XYZ | 49.06 | 50.92 | 26.98 | - |
| YUV | 187.53 | 93.28 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 126 | 0 | 0.13 | 0.41 | 0.16 | 40.91 | 0.52 | 0.67 |
| Hex | D6 | BA | 7E | 0 | D | 29 | 10 | 29 | 34 | 43 |
| Octal | 326 | 272 | 176 | 0 | 15 | 51 | 20 | 51 | 64 | 103 |
| Binary | 11010110 | 10111010 | 1111110 | 0 | 1101 | 101001 | 10000 | 101001 | 110100 | 1000011 |
Color Harmonies of #D6BA7E
Complementary color
Monochromatic Colors of #D6BA7E
Black with #D6BA7E
Text Example
Text Example
White with #D6BA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BA7E; }
p { color: rgb(214,186,126); }
H1.HeaderClassName
{
color: #D6BA7E;
}
.AnyTagClassName
{
color: #D6BA7E;
}
</style>
background-color css
<style>
a { background-color: #D6BA7E; }
a { background-color: rgb(214,186,126); }
div.DivClassName
{
background-color: #D6BA7E;
}
.BgClassName
{
background-color: #D6BA7E;
}
</style>
border-color css
<style>
span { border-color: #D6BA7E; }
span { border-color: rgb(214,186,126); }
td.TdClassName
{
border-color: #D6BA7E;
}
.TagClassName
{
border-color: #D6BA7E;
}
</style>