Shades of Straw #D6BA82
Tints of Straw #D6BA82
RGB
CMYK
RGB Variations
Color information
#D6BA82 (or 0xD6BA82) is known color: Straw. HEX triplet: D6, BA and 82. RGB value is (214,186,130). Sum of RGB (Red+Green+Blue) = 214+186+130=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BA82 is #29457D. Grayscale: #BCBCBC. Windows color (decimal): -2704766 or 8567510. OLE color: 8567510.
HSL color Cylindrical-coordinate representation of color #D6BA82: hue angle of 40º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D6BA82 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 130 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.16 |
| HSL | 40º | 0.51% | 0.67% | - |
| HSV(B) | 40º | 0.39% | 0.84% | - |
| XYZ | 49.32 | 51.03 | 28.37 | - |
| YUV | 187.99 | 95.28 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 130 | 0 | 0.13 | 0.39 | 0.16 | 40 | 0.51 | 0.67 |
| Hex | D6 | BA | 82 | 0 | D | 27 | 10 | 28 | 33 | 43 |
| Octal | 326 | 272 | 202 | 0 | 15 | 47 | 20 | 50 | 63 | 103 |
| Binary | 11010110 | 10111010 | 10000010 | 0 | 1101 | 100111 | 10000 | 101000 | 110011 | 1000011 |
Color Harmonies of #D6BA82
Complementary color
Monochromatic Colors of #D6BA82
Black with #D6BA82
Text Example
Text Example
White with #D6BA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BA82; }
p { color: rgb(214,186,130); }
H1.HeaderClassName
{
color: #D6BA82;
}
.AnyTagClassName
{
color: #D6BA82;
}
</style>
background-color css
<style>
a { background-color: #D6BA82; }
a { background-color: rgb(214,186,130); }
div.DivClassName
{
background-color: #D6BA82;
}
.BgClassName
{
background-color: #D6BA82;
}
</style>
border-color css
<style>
span { border-color: #D6BA82; }
span { border-color: rgb(214,186,130); }
td.TdClassName
{
border-color: #D6BA82;
}
.TagClassName
{
border-color: #D6BA82;
}
</style>