Shades of Straw #D6BD79
Tints of Straw #D6BD79
RGB
CMYK
RGB Variations
Color information
#D6BD79 (or 0xD6BD79) is known color: Straw. HEX triplet: D6, BD and 79. RGB value is (214,189,121). Sum of RGB (Red+Green+Blue) = 214+189+121=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 121 (47.66% from 255 or 23.09% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BD79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BD79 is #294286. Grayscale: #BDBDBD. Windows color (decimal): -2704007 or 7978454. OLE color: 7978454.
HSL color Cylindrical-coordinate representation of color #D6BD79: hue angle of 43.87º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6BD79 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 189 | 121 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.16 |
| HSL | 43.87º | 0.53% | 0.66% | - |
| HSV(B) | 43.87º | 0.43% | 0.84% | - |
| XYZ | 49.38 | 52.07 | 25.54 | - |
| YUV | 188.72 | 89.78 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 121 | 0 | 0.12 | 0.43 | 0.16 | 43.87 | 0.53 | 0.66 |
| Hex | D6 | BD | 79 | 0 | C | 2B | 10 | 2C | 35 | 42 |
| Octal | 326 | 275 | 171 | 0 | 14 | 53 | 20 | 54 | 65 | 102 |
| Binary | 11010110 | 10111101 | 1111001 | 0 | 1100 | 101011 | 10000 | 101100 | 110101 | 1000010 |
Color Harmonies of #D6BD79
Complementary color
Monochromatic Colors of #D6BD79
Black with #D6BD79
Text Example
Text Example
White with #D6BD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BD79; }
p { color: rgb(214,189,121); }
H1.HeaderClassName
{
color: #D6BD79;
}
.AnyTagClassName
{
color: #D6BD79;
}
</style>
background-color css
<style>
a { background-color: #D6BD79; }
a { background-color: rgb(214,189,121); }
div.DivClassName
{
background-color: #D6BD79;
}
.BgClassName
{
background-color: #D6BD79;
}
</style>
border-color css
<style>
span { border-color: #D6BD79; }
span { border-color: rgb(214,189,121); }
td.TdClassName
{
border-color: #D6BD79;
}
.TagClassName
{
border-color: #D6BD79;
}
</style>