Shades of Straw #D6BA85
Tints of Straw #D6BA85
RGB
CMYK
RGB Variations
Color information
#D6BA85 (or 0xD6BA85) is known color: Straw. HEX triplet: D6, BA and 85. RGB value is (214,186,133). Sum of RGB (Red+Green+Blue) = 214+186+133=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BA85 is #29457A. Grayscale: #BCBCBC. Windows color (decimal): -2704763 or 8764118. OLE color: 8764118.
HSL color Cylindrical-coordinate representation of color #D6BA85: hue angle of 39.26º 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 #D6BA85 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 133 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.16 |
| HSL | 39.26º | 0.5% | 0.68% | - |
| HSV(B) | 39.26º | 0.38% | 0.84% | - |
| XYZ | 49.52 | 51.11 | 29.44 | - |
| YUV | 188.33 | 96.78 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 133 | 0 | 0.13 | 0.38 | 0.16 | 39.26 | 0.5 | 0.68 |
| Hex | D6 | BA | 85 | 0 | D | 26 | 10 | 27 | 32 | 44 |
| Octal | 326 | 272 | 205 | 0 | 15 | 46 | 20 | 47 | 62 | 104 |
| Binary | 11010110 | 10111010 | 10000101 | 0 | 1101 | 100110 | 10000 | 100111 | 110010 | 1000100 |
Color Harmonies of #D6BA85
Complementary color
Monochromatic Colors of #D6BA85
Black with #D6BA85
Text Example
Text Example
White with #D6BA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BA85; }
p { color: rgb(214,186,133); }
H1.HeaderClassName
{
color: #D6BA85;
}
.AnyTagClassName
{
color: #D6BA85;
}
</style>
background-color css
<style>
a { background-color: #D6BA85; }
a { background-color: rgb(214,186,133); }
div.DivClassName
{
background-color: #D6BA85;
}
.BgClassName
{
background-color: #D6BA85;
}
</style>
border-color css
<style>
span { border-color: #D6BA85; }
span { border-color: rgb(214,186,133); }
td.TdClassName
{
border-color: #D6BA85;
}
.TagClassName
{
border-color: #D6BA85;
}
</style>