Shades of Straw #D6BA81
Tints of Straw #D6BA81
RGB
CMYK
RGB Variations
Color information
#D6BA81 (or 0xD6BA81) is known color: Straw. HEX triplet: D6, BA and 81. RGB value is (214,186,129). Sum of RGB (Red+Green+Blue) = 214+186+129=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 129 (50.78% from 255 or 24.39% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BA81 is #29457E. Grayscale: #BCBCBC. Windows color (decimal): -2704767 or 8501974. OLE color: 8501974.
HSL color Cylindrical-coordinate representation of color #D6BA81: hue angle of 40.24º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6BA81 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 129 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.16 |
| HSL | 40.24º | 0.51% | 0.67% | - |
| HSV(B) | 40.24º | 0.4% | 0.84% | - |
| XYZ | 49.25 | 51 | 28.02 | - |
| YUV | 187.87 | 94.78 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 129 | 0 | 0.13 | 0.40 | 0.16 | 40.24 | 0.51 | 0.67 |
| Hex | D6 | BA | 81 | 0 | D | 28 | 10 | 28 | 33 | 43 |
| Octal | 326 | 272 | 201 | 0 | 15 | 50 | 20 | 50 | 63 | 103 |
| Binary | 11010110 | 10111010 | 10000001 | 0 | 1101 | 101000 | 10000 | 101000 | 110011 | 1000011 |
Color Harmonies of #D6BA81
Complementary color
Monochromatic Colors of #D6BA81
Black with #D6BA81
Text Example
Text Example
White with #D6BA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BA81; }
p { color: rgb(214,186,129); }
H1.HeaderClassName
{
color: #D6BA81;
}
.AnyTagClassName
{
color: #D6BA81;
}
</style>
background-color css
<style>
a { background-color: #D6BA81; }
a { background-color: rgb(214,186,129); }
div.DivClassName
{
background-color: #D6BA81;
}
.BgClassName
{
background-color: #D6BA81;
}
</style>
border-color css
<style>
span { border-color: #D6BA81; }
span { border-color: rgb(214,186,129); }
td.TdClassName
{
border-color: #D6BA81;
}
.TagClassName
{
border-color: #D6BA81;
}
</style>