Shades of Straw #D8BD85
Tints of Straw #D8BD85
RGB
CMYK
RGB Variations
Color information
#D8BD85 (or 0xD8BD85) is known color: Straw. HEX triplet: D8, BD and 85. RGB value is (216,189,133). Sum of RGB (Red+Green+Blue) = 216+189+133=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BD85 is #27427A. Grayscale: #BEBEBE. Windows color (decimal): -2572923 or 8764888. OLE color: 8764888.
HSL color Cylindrical-coordinate representation of color #D8BD85: hue angle of 40.48º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D8BD85 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 189 | 133 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.15 |
| HSL | 40.48º | 0.52% | 0.68% | - |
| HSV(B) | 40.48º | 0.38% | 0.85% | - |
| XYZ | 50.75 | 52.69 | 29.69 | - |
| YUV | 190.69 | 95.45 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 133 | 0 | 0.12 | 0.38 | 0.15 | 40.48 | 0.52 | 0.68 |
| Hex | D8 | BD | 85 | 0 | C | 26 | F | 28 | 34 | 44 |
| Octal | 330 | 275 | 205 | 0 | 14 | 46 | 17 | 50 | 64 | 104 |
| Binary | 11011000 | 10111101 | 10000101 | 0 | 1100 | 100110 | 1111 | 101000 | 110100 | 1000100 |
Color Harmonies of #D8BD85
Complementary color
Monochromatic Colors of #D8BD85
Black with #D8BD85
Text Example
Text Example
White with #D8BD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BD85; }
p { color: rgb(216,189,133); }
H1.HeaderClassName
{
color: #D8BD85;
}
.AnyTagClassName
{
color: #D8BD85;
}
</style>
background-color css
<style>
a { background-color: #D8BD85; }
a { background-color: rgb(216,189,133); }
div.DivClassName
{
background-color: #D8BD85;
}
.BgClassName
{
background-color: #D8BD85;
}
</style>
border-color css
<style>
span { border-color: #D8BD85; }
span { border-color: rgb(216,189,133); }
td.TdClassName
{
border-color: #D8BD85;
}
.TagClassName
{
border-color: #D8BD85;
}
</style>