Shades of Straw #D8BD79
Tints of Straw #D8BD79
RGB
CMYK
RGB Variations
Color information
#D8BD79 (or 0xD8BD79) is known color: Straw. HEX triplet: D8, BD and 79. RGB value is (216,189,121). Sum of RGB (Red+Green+Blue) = 216+189+121=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 121 (47.66% from 255 or 23.00% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BD79 is #274286. Grayscale: #BDBDBD. Windows color (decimal): -2572935 or 7978456. OLE color: 7978456.
HSL color Cylindrical-coordinate representation of color #D8BD79: hue angle of 42.95º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8BD79 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 189 | 121 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.15 |
| HSL | 42.95º | 0.55% | 0.66% | - |
| HSV(B) | 42.95º | 0.44% | 0.85% | - |
| XYZ | 49.97 | 52.37 | 25.56 | - |
| YUV | 189.32 | 89.45 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 121 | 0 | 0.12 | 0.44 | 0.15 | 42.95 | 0.55 | 0.66 |
| Hex | D8 | BD | 79 | 0 | C | 2C | F | 2B | 37 | 42 |
| Octal | 330 | 275 | 171 | 0 | 14 | 54 | 17 | 53 | 67 | 102 |
| Binary | 11011000 | 10111101 | 1111001 | 0 | 1100 | 101100 | 1111 | 101011 | 110111 | 1000010 |
Color Harmonies of #D8BD79
Complementary color
Monochromatic Colors of #D8BD79
Black with #D8BD79
Text Example
Text Example
White with #D8BD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BD79; }
p { color: rgb(216,189,121); }
H1.HeaderClassName
{
color: #D8BD79;
}
.AnyTagClassName
{
color: #D8BD79;
}
</style>
background-color css
<style>
a { background-color: #D8BD79; }
a { background-color: rgb(216,189,121); }
div.DivClassName
{
background-color: #D8BD79;
}
.BgClassName
{
background-color: #D8BD79;
}
</style>
border-color css
<style>
span { border-color: #D8BD79; }
span { border-color: rgb(216,189,121); }
td.TdClassName
{
border-color: #D8BD79;
}
.TagClassName
{
border-color: #D8BD79;
}
</style>