Shades of Straw #D8BB7B
Tints of Straw #D8BB7B
RGB
CMYK
RGB Variations
Color information
#D8BB7B (or 0xD8BB7B) is known color: Straw. HEX triplet: D8, BB and 7B. RGB value is (216,187,123). Sum of RGB (Red+Green+Blue) = 216+187+123=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 123 (48.44% from 255 or 23.38% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BB7B is #274484. Grayscale: #BCBCBC. Windows color (decimal): -2573445 or 8109016. OLE color: 8109016.
HSL color Cylindrical-coordinate representation of color #D8BB7B: hue angle of 41.29º 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 #D8BB7B is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 187 | 123 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.15 |
| HSL | 41.29º | 0.54% | 0.66% | - |
| HSV(B) | 41.29º | 0.43% | 0.85% | - |
| XYZ | 49.66 | 51.57 | 26.08 | - |
| YUV | 188.38 | 91.11 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 123 | 0 | 0.13 | 0.43 | 0.15 | 41.29 | 0.54 | 0.66 |
| Hex | D8 | BB | 7B | 0 | D | 2B | F | 29 | 36 | 42 |
| Octal | 330 | 273 | 173 | 0 | 15 | 53 | 17 | 51 | 66 | 102 |
| Binary | 11011000 | 10111011 | 1111011 | 0 | 1101 | 101011 | 1111 | 101001 | 110110 | 1000010 |
Color Harmonies of #D8BB7B
Complementary color
Monochromatic Colors of #D8BB7B
Black with #D8BB7B
Text Example
Text Example
White with #D8BB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BB7B; }
p { color: rgb(216,187,123); }
H1.HeaderClassName
{
color: #D8BB7B;
}
.AnyTagClassName
{
color: #D8BB7B;
}
</style>
background-color css
<style>
a { background-color: #D8BB7B; }
a { background-color: rgb(216,187,123); }
div.DivClassName
{
background-color: #D8BB7B;
}
.BgClassName
{
background-color: #D8BB7B;
}
</style>
border-color css
<style>
span { border-color: #D8BB7B; }
span { border-color: rgb(216,187,123); }
td.TdClassName
{
border-color: #D8BB7B;
}
.TagClassName
{
border-color: #D8BB7B;
}
</style>