Shades of Straw #D7BD79
Tints of Straw #D7BD79
RGB
CMYK
RGB Variations
Color information
#D7BD79 (or 0xD7BD79) is known color: Straw. HEX triplet: D7, BD and 79. RGB value is (215,189,121). Sum of RGB (Red+Green+Blue) = 215+189+121=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 121 (47.66% from 255 or 23.05% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BD79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BD79 is #284286. Grayscale: #BDBDBD. Windows color (decimal): -2638471 or 7978455. OLE color: 7978455.
HSL color Cylindrical-coordinate representation of color #D7BD79: hue angle of 43.4º 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 #D7BD79 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 189 | 121 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.16 |
| HSL | 43.4º | 0.54% | 0.66% | - |
| HSV(B) | 43.4º | 0.44% | 0.84% | - |
| XYZ | 49.67 | 52.22 | 25.55 | - |
| YUV | 189.02 | 89.61 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 121 | 0 | 0.12 | 0.44 | 0.16 | 43.4 | 0.54 | 0.66 |
| Hex | D7 | BD | 79 | 0 | C | 2C | 10 | 2B | 36 | 42 |
| Octal | 327 | 275 | 171 | 0 | 14 | 54 | 20 | 53 | 66 | 102 |
| Binary | 11010111 | 10111101 | 1111001 | 0 | 1100 | 101100 | 10000 | 101011 | 110110 | 1000010 |
Color Harmonies of #D7BD79
Complementary color
Monochromatic Colors of #D7BD79
Black with #D7BD79
Text Example
Text Example
White with #D7BD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BD79; }
p { color: rgb(215,189,121); }
H1.HeaderClassName
{
color: #D7BD79;
}
.AnyTagClassName
{
color: #D7BD79;
}
</style>
background-color css
<style>
a { background-color: #D7BD79; }
a { background-color: rgb(215,189,121); }
div.DivClassName
{
background-color: #D7BD79;
}
.BgClassName
{
background-color: #D7BD79;
}
</style>
border-color css
<style>
span { border-color: #D7BD79; }
span { border-color: rgb(215,189,121); }
td.TdClassName
{
border-color: #D7BD79;
}
.TagClassName
{
border-color: #D7BD79;
}
</style>