Shades of Straw #D8BD7B
Tints of Straw #D8BD7B
RGB
CMYK
RGB Variations
Color information
#D8BD7B (or 0xD8BD7B) is known color: Straw. HEX triplet: D8, BD and 7B. RGB value is (216,189,123). Sum of RGB (Red+Green+Blue) = 216+189+123=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 123 (48.44% from 255 or 23.30% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BD7B is #274284. Grayscale: #BDBDBD. Windows color (decimal): -2572933 or 8109528. OLE color: 8109528.
HSL color Cylindrical-coordinate representation of color #D8BD7B: hue angle of 42.58º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D8BD7B is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 189 | 123 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.15 |
| HSL | 42.58º | 0.54% | 0.66% | - |
| HSV(B) | 42.58º | 0.43% | 0.85% | - |
| XYZ | 50.09 | 52.42 | 26.22 | - |
| YUV | 189.55 | 90.45 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 123 | 0 | 0.12 | 0.43 | 0.15 | 42.58 | 0.54 | 0.66 |
| Hex | D8 | BD | 7B | 0 | C | 2B | F | 2B | 36 | 42 |
| Octal | 330 | 275 | 173 | 0 | 14 | 53 | 17 | 53 | 66 | 102 |
| Binary | 11011000 | 10111101 | 1111011 | 0 | 1100 | 101011 | 1111 | 101011 | 110110 | 1000010 |
Color Harmonies of #D8BD7B
Complementary color
Monochromatic Colors of #D8BD7B
Black with #D8BD7B
Text Example
Text Example
White with #D8BD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BD7B; }
p { color: rgb(216,189,123); }
H1.HeaderClassName
{
color: #D8BD7B;
}
.AnyTagClassName
{
color: #D8BD7B;
}
</style>
background-color css
<style>
a { background-color: #D8BD7B; }
a { background-color: rgb(216,189,123); }
div.DivClassName
{
background-color: #D8BD7B;
}
.BgClassName
{
background-color: #D8BD7B;
}
</style>
border-color css
<style>
span { border-color: #D8BD7B; }
span { border-color: rgb(216,189,123); }
td.TdClassName
{
border-color: #D8BD7B;
}
.TagClassName
{
border-color: #D8BD7B;
}
</style>