Shades of Straw #D5BB79
Tints of Straw #D5BB79
RGB
CMYK
RGB Variations
Color information
#D5BB79 (or 0xD5BB79) is known color: Straw. HEX triplet: D5, BB and 79. RGB value is (213,187,121). Sum of RGB (Red+Green+Blue) = 213+187+121=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 121 (47.66% from 255 or 23.22% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BB79 is #2A4486. Grayscale: #BBBBBB. Windows color (decimal): -2770055 or 7977941. OLE color: 7977941.
HSL color Cylindrical-coordinate representation of color #D5BB79: hue angle of 43.04º 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 #D5BB79 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 121 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.16 |
| HSL | 43.04º | 0.52% | 0.65% | - |
| HSV(B) | 43.04º | 0.43% | 0.84% | - |
| XYZ | 48.66 | 51.07 | 25.38 | - |
| YUV | 187.25 | 90.61 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 121 | 0 | 0.12 | 0.43 | 0.16 | 43.04 | 0.52 | 0.65 |
| Hex | D5 | BB | 79 | 0 | C | 2B | 10 | 2B | 34 | 41 |
| Octal | 325 | 273 | 171 | 0 | 14 | 53 | 20 | 53 | 64 | 101 |
| Binary | 11010101 | 10111011 | 1111001 | 0 | 1100 | 101011 | 10000 | 101011 | 110100 | 1000001 |
Color Harmonies of #D5BB79
Complementary color
Monochromatic Colors of #D5BB79
Black with #D5BB79
Text Example
Text Example
White with #D5BB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BB79; }
p { color: rgb(213,187,121); }
H1.HeaderClassName
{
color: #D5BB79;
}
.AnyTagClassName
{
color: #D5BB79;
}
</style>
background-color css
<style>
a { background-color: #D5BB79; }
a { background-color: rgb(213,187,121); }
div.DivClassName
{
background-color: #D5BB79;
}
.BgClassName
{
background-color: #D5BB79;
}
</style>
border-color css
<style>
span { border-color: #D5BB79; }
span { border-color: rgb(213,187,121); }
td.TdClassName
{
border-color: #D5BB79;
}
.TagClassName
{
border-color: #D5BB79;
}
</style>