Shades of Straw #D8B97B
Tints of Straw #D8B97B
RGB
CMYK
RGB Variations
Color information
#D8B97B (or 0xD8B97B) is known color: Straw. HEX triplet: D8, B9 and 7B. RGB value is (216,185,123). Sum of RGB (Red+Green+Blue) = 216+185+123=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 123 (48.44% from 255 or 23.47% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B97B is #274684. Grayscale: #BBBBBB. Windows color (decimal): -2573957 or 8108504. OLE color: 8108504.
HSL color Cylindrical-coordinate representation of color #D8B97B: hue angle of 40º 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 #D8B97B is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 185 | 123 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.15 |
| HSL | 40º | 0.54% | 0.66% | - |
| HSV(B) | 40º | 0.43% | 0.85% | - |
| XYZ | 49.24 | 50.73 | 25.93 | - |
| YUV | 187.2 | 91.77 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 185 | 123 | 0 | 0.14 | 0.43 | 0.15 | 40 | 0.54 | 0.66 |
| Hex | D8 | B9 | 7B | 0 | E | 2B | F | 28 | 36 | 42 |
| Octal | 330 | 271 | 173 | 0 | 16 | 53 | 17 | 50 | 66 | 102 |
| Binary | 11011000 | 10111001 | 1111011 | 0 | 1110 | 101011 | 1111 | 101000 | 110110 | 1000010 |
Color Harmonies of #D8B97B
Complementary color
Monochromatic Colors of #D8B97B
Black with #D8B97B
Text Example
Text Example
White with #D8B97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B97B; }
p { color: rgb(216,185,123); }
H1.HeaderClassName
{
color: #D8B97B;
}
.AnyTagClassName
{
color: #D8B97B;
}
</style>
background-color css
<style>
a { background-color: #D8B97B; }
a { background-color: rgb(216,185,123); }
div.DivClassName
{
background-color: #D8B97B;
}
.BgClassName
{
background-color: #D8B97B;
}
</style>
border-color css
<style>
span { border-color: #D8B97B; }
span { border-color: rgb(216,185,123); }
td.TdClassName
{
border-color: #D8B97B;
}
.TagClassName
{
border-color: #D8B97B;
}
</style>