Shades of Straw #D6BA83
Tints of Straw #D6BA83
RGB
CMYK
RGB Variations
Color information
#D6BA83 (or 0xD6BA83) is known color: Straw. HEX triplet: D6, BA and 83. RGB value is (214,186,131). Sum of RGB (Red+Green+Blue) = 214+186+131=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 131 (51.56% from 255 or 24.67% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BA83 is #29457C. Grayscale: #BCBCBC. Windows color (decimal): -2704765 or 8633046. OLE color: 8633046.
HSL color Cylindrical-coordinate representation of color #D6BA83: hue angle of 39.76º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D6BA83 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 131 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.16 |
| HSL | 39.76º | 0.5% | 0.68% | - |
| HSV(B) | 39.76º | 0.39% | 0.84% | - |
| XYZ | 49.39 | 51.05 | 28.72 | - |
| YUV | 188.1 | 95.78 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 131 | 0 | 0.13 | 0.39 | 0.16 | 39.76 | 0.5 | 0.68 |
| Hex | D6 | BA | 83 | 0 | D | 27 | 10 | 28 | 32 | 44 |
| Octal | 326 | 272 | 203 | 0 | 15 | 47 | 20 | 50 | 62 | 104 |
| Binary | 11010110 | 10111010 | 10000011 | 0 | 1101 | 100111 | 10000 | 101000 | 110010 | 1000100 |
Color Harmonies of #D6BA83
Complementary color
Monochromatic Colors of #D6BA83
Black with #D6BA83
Text Example
Text Example
White with #D6BA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BA83; }
p { color: rgb(214,186,131); }
H1.HeaderClassName
{
color: #D6BA83;
}
.AnyTagClassName
{
color: #D6BA83;
}
</style>
background-color css
<style>
a { background-color: #D6BA83; }
a { background-color: rgb(214,186,131); }
div.DivClassName
{
background-color: #D6BA83;
}
.BgClassName
{
background-color: #D6BA83;
}
</style>
border-color css
<style>
span { border-color: #D6BA83; }
span { border-color: rgb(214,186,131); }
td.TdClassName
{
border-color: #D6BA83;
}
.TagClassName
{
border-color: #D6BA83;
}
</style>