Shades of Straw #D6BB84
Tints of Straw #D6BB84
RGB
CMYK
RGB Variations
Color information
#D6BB84 (or 0xD6BB84) is known color: Straw. HEX triplet: D6, BB and 84. RGB value is (214,187,132). Sum of RGB (Red+Green+Blue) = 214+187+132=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 132 (51.95% from 255 or 24.77% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BB84 is #29447B. Grayscale: #BDBDBD. Windows color (decimal): -2704508 or 8698838. OLE color: 8698838.
HSL color Cylindrical-coordinate representation of color #D6BB84: hue angle of 40.24º 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 #D6BB84 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 132 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.16 |
| HSL | 40.24º | 0.5% | 0.68% | - |
| HSV(B) | 40.24º | 0.38% | 0.84% | - |
| XYZ | 49.67 | 51.5 | 29.15 | - |
| YUV | 188.8 | 95.95 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 132 | 0 | 0.13 | 0.38 | 0.16 | 40.24 | 0.5 | 0.68 |
| Hex | D6 | BB | 84 | 0 | D | 26 | 10 | 28 | 32 | 44 |
| Octal | 326 | 273 | 204 | 0 | 15 | 46 | 20 | 50 | 62 | 104 |
| Binary | 11010110 | 10111011 | 10000100 | 0 | 1101 | 100110 | 10000 | 101000 | 110010 | 1000100 |
Color Harmonies of #D6BB84
Complementary color
Monochromatic Colors of #D6BB84
Black with #D6BB84
Text Example
Text Example
White with #D6BB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BB84; }
p { color: rgb(214,187,132); }
H1.HeaderClassName
{
color: #D6BB84;
}
.AnyTagClassName
{
color: #D6BB84;
}
</style>
background-color css
<style>
a { background-color: #D6BB84; }
a { background-color: rgb(214,187,132); }
div.DivClassName
{
background-color: #D6BB84;
}
.BgClassName
{
background-color: #D6BB84;
}
</style>
border-color css
<style>
span { border-color: #D6BB84; }
span { border-color: rgb(214,187,132); }
td.TdClassName
{
border-color: #D6BB84;
}
.TagClassName
{
border-color: #D6BB84;
}
</style>