Shades of Straw #D4B879
Tints of Straw #D4B879
RGB
CMYK
RGB Variations
Color information
#D4B879 (or 0xD4B879) is known color: Straw. HEX triplet: D4, B8 and 79. RGB value is (212,184,121). Sum of RGB (Red+Green+Blue) = 212+184+121=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 121 (47.66% from 255 or 23.40% from 517); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B879 is #2B4786. Grayscale: #B9B9B9. Windows color (decimal): -2836359 or 7977172. OLE color: 7977172.
HSL color Cylindrical-coordinate representation of color #D4B879: hue angle of 41.54º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D4B879 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 184 | 121 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.17 |
| HSL | 41.54º | 0.51% | 0.65% | - |
| HSV(B) | 41.54º | 0.43% | 0.83% | - |
| XYZ | 47.74 | 49.66 | 25.16 | - |
| YUV | 185.19 | 91.78 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 184 | 121 | 0 | 0.13 | 0.43 | 0.17 | 41.54 | 0.51 | 0.65 |
| Hex | D4 | B8 | 79 | 0 | D | 2B | 11 | 2A | 33 | 41 |
| Octal | 324 | 270 | 171 | 0 | 15 | 53 | 21 | 52 | 63 | 101 |
| Binary | 11010100 | 10111000 | 1111001 | 0 | 1101 | 101011 | 10001 | 101010 | 110011 | 1000001 |
Color Harmonies of #D4B879
Complementary color
Monochromatic Colors of #D4B879
Black with #D4B879
Text Example
Text Example
White with #D4B879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B879; }
p { color: rgb(212,184,121); }
H1.HeaderClassName
{
color: #D4B879;
}
.AnyTagClassName
{
color: #D4B879;
}
</style>
background-color css
<style>
a { background-color: #D4B879; }
a { background-color: rgb(212,184,121); }
div.DivClassName
{
background-color: #D4B879;
}
.BgClassName
{
background-color: #D4B879;
}
</style>
border-color css
<style>
span { border-color: #D4B879; }
span { border-color: rgb(212,184,121); }
td.TdClassName
{
border-color: #D4B879;
}
.TagClassName
{
border-color: #D4B879;
}
</style>