Shades of Straw #D6BC83
Tints of Straw #D6BC83
RGB
CMYK
RGB Variations
Color information
#D6BC83 (or 0xD6BC83) is known color: Straw. HEX triplet: D6, BC and 83. RGB value is (214,188,131). Sum of RGB (Red+Green+Blue) = 214+188+131=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 131 (51.56% from 255 or 24.58% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BC83 is #29437C. Grayscale: #BDBDBD. Windows color (decimal): -2704253 or 8633558. OLE color: 8633558.
HSL color Cylindrical-coordinate representation of color #D6BC83: hue angle of 41.2º 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 #D6BC83 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 188 | 131 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.16 |
| HSL | 41.2º | 0.5% | 0.68% | - |
| HSV(B) | 41.2º | 0.39% | 0.84% | - |
| XYZ | 49.81 | 51.9 | 28.87 | - |
| YUV | 189.28 | 95.11 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 131 | 0 | 0.12 | 0.39 | 0.16 | 41.2 | 0.5 | 0.68 |
| Hex | D6 | BC | 83 | 0 | C | 27 | 10 | 29 | 32 | 44 |
| Octal | 326 | 274 | 203 | 0 | 14 | 47 | 20 | 51 | 62 | 104 |
| Binary | 11010110 | 10111100 | 10000011 | 0 | 1100 | 100111 | 10000 | 101001 | 110010 | 1000100 |
Color Harmonies of #D6BC83
Complementary color
Monochromatic Colors of #D6BC83
Black with #D6BC83
Text Example
Text Example
White with #D6BC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BC83; }
p { color: rgb(214,188,131); }
H1.HeaderClassName
{
color: #D6BC83;
}
.AnyTagClassName
{
color: #D6BC83;
}
</style>
background-color css
<style>
a { background-color: #D6BC83; }
a { background-color: rgb(214,188,131); }
div.DivClassName
{
background-color: #D6BC83;
}
.BgClassName
{
background-color: #D6BC83;
}
</style>
border-color css
<style>
span { border-color: #D6BC83; }
span { border-color: rgb(214,188,131); }
td.TdClassName
{
border-color: #D6BC83;
}
.TagClassName
{
border-color: #D6BC83;
}
</style>