Shades of Straw #D7B87A
Tints of Straw #D7B87A
RGB
CMYK
RGB Variations
Color information
#D7B87A (or 0xD7B87A) is known color: Straw. HEX triplet: D7, B8 and 7A. RGB value is (215,184,122). Sum of RGB (Red+Green+Blue) = 215+184+122=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B87A is #284785. Grayscale: #BABABA. Windows color (decimal): -2639750 or 8042711. OLE color: 8042711.
HSL color Cylindrical-coordinate representation of color #D7B87A: hue angle of 40º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D7B87A is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 184 | 122 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.16 |
| HSL | 40º | 0.54% | 0.66% | - |
| HSV(B) | 40º | 0.43% | 0.84% | - |
| XYZ | 48.68 | 50.13 | 25.52 | - |
| YUV | 186.2 | 91.77 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 184 | 122 | 0 | 0.14 | 0.43 | 0.16 | 40 | 0.54 | 0.66 |
| Hex | D7 | B8 | 7A | 0 | E | 2B | 10 | 28 | 36 | 42 |
| Octal | 327 | 270 | 172 | 0 | 16 | 53 | 20 | 50 | 66 | 102 |
| Binary | 11010111 | 10111000 | 1111010 | 0 | 1110 | 101011 | 10000 | 101000 | 110110 | 1000010 |
Color Harmonies of #D7B87A
Complementary color
Monochromatic Colors of #D7B87A
Black with #D7B87A
Text Example
Text Example
White with #D7B87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B87A; }
p { color: rgb(215,184,122); }
H1.HeaderClassName
{
color: #D7B87A;
}
.AnyTagClassName
{
color: #D7B87A;
}
</style>
background-color css
<style>
a { background-color: #D7B87A; }
a { background-color: rgb(215,184,122); }
div.DivClassName
{
background-color: #D7B87A;
}
.BgClassName
{
background-color: #D7B87A;
}
</style>
border-color css
<style>
span { border-color: #D7B87A; }
span { border-color: rgb(215,184,122); }
td.TdClassName
{
border-color: #D7B87A;
}
.TagClassName
{
border-color: #D7B87A;
}
</style>