Shades of Straw #D8B87B
Tints of Straw #D8B87B
RGB
CMYK
RGB Variations
Color information
#D8B87B (or 0xD8B87B) is known color: Straw. HEX triplet: D8, B8 and 7B. RGB value is (216,184,123). Sum of RGB (Red+Green+Blue) = 216+184+123=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B87B is #274784. Grayscale: #BABABA. Windows color (decimal): -2574213 or 8108248. OLE color: 8108248.
HSL color Cylindrical-coordinate representation of color #D8B87B: hue angle of 39.35º 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 #D8B87B is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 184 | 123 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.15 |
| HSL | 39.35º | 0.54% | 0.66% | - |
| HSV(B) | 39.35º | 0.43% | 0.85% | - |
| XYZ | 49.03 | 50.31 | 25.87 | - |
| YUV | 186.61 | 92.1 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 184 | 123 | 0 | 0.15 | 0.43 | 0.15 | 39.35 | 0.54 | 0.66 |
| Hex | D8 | B8 | 7B | 0 | F | 2B | F | 27 | 36 | 42 |
| Octal | 330 | 270 | 173 | 0 | 17 | 53 | 17 | 47 | 66 | 102 |
| Binary | 11011000 | 10111000 | 1111011 | 0 | 1111 | 101011 | 1111 | 100111 | 110110 | 1000010 |
Color Harmonies of #D8B87B
Complementary color
Monochromatic Colors of #D8B87B
Black with #D8B87B
Text Example
Text Example
White with #D8B87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B87B; }
p { color: rgb(216,184,123); }
H1.HeaderClassName
{
color: #D8B87B;
}
.AnyTagClassName
{
color: #D8B87B;
}
</style>
background-color css
<style>
a { background-color: #D8B87B; }
a { background-color: rgb(216,184,123); }
div.DivClassName
{
background-color: #D8B87B;
}
.BgClassName
{
background-color: #D8B87B;
}
</style>
border-color css
<style>
span { border-color: #D8B87B; }
span { border-color: rgb(216,184,123); }
td.TdClassName
{
border-color: #D8B87B;
}
.TagClassName
{
border-color: #D8B87B;
}
</style>