Shades of Straw #D6BF84
Tints of Straw #D6BF84
RGB
CMYK
RGB Variations
Color information
#D6BF84 (or 0xD6BF84) is known color: Straw. HEX triplet: D6, BF and 84. RGB value is (214,191,132). Sum of RGB (Red+Green+Blue) = 214+191+132=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 132 (51.95% from 255 or 24.58% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BF84 is #29407B. Grayscale: #BFBFBF. Windows color (decimal): -2703484 or 8699862. OLE color: 8699862.
HSL color Cylindrical-coordinate representation of color #D6BF84: hue angle of 43.17º 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 #D6BF84 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 132 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.16 |
| HSL | 43.17º | 0.5% | 0.68% | - |
| HSV(B) | 43.17º | 0.38% | 0.84% | - |
| XYZ | 50.53 | 53.22 | 29.44 | - |
| YUV | 191.15 | 94.62 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 132 | 0 | 0.11 | 0.38 | 0.16 | 43.17 | 0.5 | 0.68 |
| Hex | D6 | BF | 84 | 0 | B | 26 | 10 | 2B | 32 | 44 |
| Octal | 326 | 277 | 204 | 0 | 13 | 46 | 20 | 53 | 62 | 104 |
| Binary | 11010110 | 10111111 | 10000100 | 0 | 1011 | 100110 | 10000 | 101011 | 110010 | 1000100 |
Color Harmonies of #D6BF84
Complementary color
Monochromatic Colors of #D6BF84
Black with #D6BF84
Text Example
Text Example
White with #D6BF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BF84; }
p { color: rgb(214,191,132); }
H1.HeaderClassName
{
color: #D6BF84;
}
.AnyTagClassName
{
color: #D6BF84;
}
</style>
background-color css
<style>
a { background-color: #D6BF84; }
a { background-color: rgb(214,191,132); }
div.DivClassName
{
background-color: #D6BF84;
}
.BgClassName
{
background-color: #D6BF84;
}
</style>
border-color css
<style>
span { border-color: #D6BF84; }
span { border-color: rgb(214,191,132); }
td.TdClassName
{
border-color: #D6BF84;
}
.TagClassName
{
border-color: #D6BF84;
}
</style>