Shades of Straw #D8BF84
Tints of Straw #D8BF84
RGB
CMYK
RGB Variations
Color information
#D8BF84 (or 0xD8BF84) is known color: Straw. HEX triplet: D8, BF and 84. RGB value is (216,191,132). Sum of RGB (Red+Green+Blue) = 216+191+132=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 132 (51.95% from 255 or 24.49% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BF84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BF84 is #27407B. Grayscale: #C0C0C0. Windows color (decimal): -2572412 or 8699864. OLE color: 8699864.
HSL color Cylindrical-coordinate representation of color #D8BF84: hue angle of 42.14º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D8BF84 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 191 | 132 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.15 |
| HSL | 42.14º | 0.52% | 0.68% | - |
| HSV(B) | 42.14º | 0.39% | 0.85% | - |
| XYZ | 51.11 | 53.53 | 29.47 | - |
| YUV | 191.75 | 94.28 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 191 | 132 | 0 | 0.12 | 0.39 | 0.15 | 42.14 | 0.52 | 0.68 |
| Hex | D8 | BF | 84 | 0 | C | 27 | F | 2A | 34 | 44 |
| Octal | 330 | 277 | 204 | 0 | 14 | 47 | 17 | 52 | 64 | 104 |
| Binary | 11011000 | 10111111 | 10000100 | 0 | 1100 | 100111 | 1111 | 101010 | 110100 | 1000100 |
Color Harmonies of #D8BF84
Complementary color
Monochromatic Colors of #D8BF84
Black with #D8BF84
Text Example
Text Example
White with #D8BF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BF84; }
p { color: rgb(216,191,132); }
H1.HeaderClassName
{
color: #D8BF84;
}
.AnyTagClassName
{
color: #D8BF84;
}
</style>
background-color css
<style>
a { background-color: #D8BF84; }
a { background-color: rgb(216,191,132); }
div.DivClassName
{
background-color: #D8BF84;
}
.BgClassName
{
background-color: #D8BF84;
}
</style>
border-color css
<style>
span { border-color: #D8BF84; }
span { border-color: rgb(216,191,132); }
td.TdClassName
{
border-color: #D8BF84;
}
.TagClassName
{
border-color: #D8BF84;
}
</style>