Shades of Straw #D7B878
Tints of Straw #D7B878
RGB
CMYK
RGB Variations
Color information
#D7B878 (or 0xD7B878) is known color: Straw. HEX triplet: D7, B8 and 78. RGB value is (215,184,120). Sum of RGB (Red+Green+Blue) = 215+184+120=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 120 (47.27% from 255 or 23.12% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B878 is #284787. Grayscale: #BABABA. Windows color (decimal): -2639752 or 7911639. OLE color: 7911639.
HSL color Cylindrical-coordinate representation of color #D7B878: hue angle of 40.42º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D7B878 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 184 | 120 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.16 |
| HSL | 40.42º | 0.54% | 0.66% | - |
| HSV(B) | 40.42º | 0.44% | 0.84% | - |
| XYZ | 48.55 | 50.08 | 24.88 | - |
| YUV | 185.97 | 90.77 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 184 | 120 | 0 | 0.14 | 0.44 | 0.16 | 40.42 | 0.54 | 0.66 |
| Hex | D7 | B8 | 78 | 0 | E | 2C | 10 | 28 | 36 | 42 |
| Octal | 327 | 270 | 170 | 0 | 16 | 54 | 20 | 50 | 66 | 102 |
| Binary | 11010111 | 10111000 | 1111000 | 0 | 1110 | 101100 | 10000 | 101000 | 110110 | 1000010 |
Color Harmonies of #D7B878
Complementary color
Monochromatic Colors of #D7B878
Black with #D7B878
Text Example
Text Example
White with #D7B878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B878; }
p { color: rgb(215,184,120); }
H1.HeaderClassName
{
color: #D7B878;
}
.AnyTagClassName
{
color: #D7B878;
}
</style>
background-color css
<style>
a { background-color: #D7B878; }
a { background-color: rgb(215,184,120); }
div.DivClassName
{
background-color: #D7B878;
}
.BgClassName
{
background-color: #D7B878;
}
</style>
border-color css
<style>
span { border-color: #D7B878; }
span { border-color: rgb(215,184,120); }
td.TdClassName
{
border-color: #D7B878;
}
.TagClassName
{
border-color: #D7B878;
}
</style>