Shades of Straw #D5B879
Tints of Straw #D5B879
RGB
CMYK
RGB Variations
Color information
#D5B879 (or 0xD5B879) is known color: Straw. HEX triplet: D5, B8 and 79. RGB value is (213,184,121). Sum of RGB (Red+Green+Blue) = 213+184+121=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 121 (47.66% from 255 or 23.36% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B879 is #2A4786. Grayscale: #B9B9B9. Windows color (decimal): -2770823 or 7977173. OLE color: 7977173.
HSL color Cylindrical-coordinate representation of color #D5B879: hue angle of 41.09º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5B879 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 184 | 121 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.16 |
| HSL | 41.09º | 0.52% | 0.65% | - |
| HSV(B) | 41.09º | 0.43% | 0.84% | - |
| XYZ | 48.03 | 49.81 | 25.17 | - |
| YUV | 185.49 | 91.61 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 184 | 121 | 0 | 0.14 | 0.43 | 0.16 | 41.09 | 0.52 | 0.65 |
| Hex | D5 | B8 | 79 | 0 | E | 2B | 10 | 29 | 34 | 41 |
| Octal | 325 | 270 | 171 | 0 | 16 | 53 | 20 | 51 | 64 | 101 |
| Binary | 11010101 | 10111000 | 1111001 | 0 | 1110 | 101011 | 10000 | 101001 | 110100 | 1000001 |
Color Harmonies of #D5B879
Complementary color
Monochromatic Colors of #D5B879
Black with #D5B879
Text Example
Text Example
White with #D5B879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B879; }
p { color: rgb(213,184,121); }
H1.HeaderClassName
{
color: #D5B879;
}
.AnyTagClassName
{
color: #D5B879;
}
</style>
background-color css
<style>
a { background-color: #D5B879; }
a { background-color: rgb(213,184,121); }
div.DivClassName
{
background-color: #D5B879;
}
.BgClassName
{
background-color: #D5B879;
}
</style>
border-color css
<style>
span { border-color: #D5B879; }
span { border-color: rgb(213,184,121); }
td.TdClassName
{
border-color: #D5B879;
}
.TagClassName
{
border-color: #D5B879;
}
</style>