Shades of Straw #D6BA88
Tints of Straw #D6BA88
RGB
CMYK
RGB Variations
Color information
#D6BA88 (or 0xD6BA88) is known color: Straw. HEX triplet: D6, BA and 88. RGB value is (214,186,136). Sum of RGB (Red+Green+Blue) = 214+186+136=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BA88 is #294577. Grayscale: #BCBCBC. Windows color (decimal): -2704760 or 8960726. OLE color: 8960726.
HSL color Cylindrical-coordinate representation of color #D6BA88: hue angle of 38.46º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6BA88 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 136 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.16 |
| HSL | 38.46º | 0.49% | 0.69% | - |
| HSV(B) | 38.46º | 0.36% | 0.84% | - |
| XYZ | 49.73 | 51.19 | 30.55 | - |
| YUV | 188.67 | 98.28 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 136 | 0 | 0.13 | 0.36 | 0.16 | 38.46 | 0.49 | 0.69 |
| Hex | D6 | BA | 88 | 0 | D | 24 | 10 | 26 | 31 | 45 |
| Octal | 326 | 272 | 210 | 0 | 15 | 44 | 20 | 46 | 61 | 105 |
| Binary | 11010110 | 10111010 | 10001000 | 0 | 1101 | 100100 | 10000 | 100110 | 110001 | 1000101 |
Color Harmonies of #D6BA88
Complementary color
Monochromatic Colors of #D6BA88
Black with #D6BA88
Text Example
Text Example
White with #D6BA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BA88; }
p { color: rgb(214,186,136); }
H1.HeaderClassName
{
color: #D6BA88;
}
.AnyTagClassName
{
color: #D6BA88;
}
</style>
background-color css
<style>
a { background-color: #D6BA88; }
a { background-color: rgb(214,186,136); }
div.DivClassName
{
background-color: #D6BA88;
}
.BgClassName
{
background-color: #D6BA88;
}
</style>
border-color css
<style>
span { border-color: #D6BA88; }
span { border-color: rgb(214,186,136); }
td.TdClassName
{
border-color: #D6BA88;
}
.TagClassName
{
border-color: #D6BA88;
}
</style>