Shades of Straw #D2BA79
Tints of Straw #D2BA79
RGB
CMYK
RGB Variations
Color information
#D2BA79 (or 0xD2BA79) is known color: Straw. HEX triplet: D2, BA and 79. RGB value is (210,186,121). Sum of RGB (Red+Green+Blue) = 210+186+121=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 121 (47.66% from 255 or 23.40% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BA79 is #2D4586. Grayscale: #BABABA. Windows color (decimal): -2966919 or 7977682. OLE color: 7977682.
HSL color Cylindrical-coordinate representation of color #D2BA79: hue angle of 43.82º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D2BA79 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 121 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.18 |
| HSL | 43.82º | 0.5% | 0.65% | - |
| HSV(B) | 43.82º | 0.42% | 0.82% | - |
| XYZ | 47.59 | 50.2 | 25.27 | - |
| YUV | 185.77 | 91.45 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 121 | 0 | 0.11 | 0.42 | 0.18 | 43.82 | 0.5 | 0.65 |
| Hex | D2 | BA | 79 | 0 | B | 2A | 12 | 2C | 32 | 41 |
| Octal | 322 | 272 | 171 | 0 | 13 | 52 | 22 | 54 | 62 | 101 |
| Binary | 11010010 | 10111010 | 1111001 | 0 | 1011 | 101010 | 10010 | 101100 | 110010 | 1000001 |
Color Harmonies of #D2BA79
Complementary color
Monochromatic Colors of #D2BA79
Black with #D2BA79
Text Example
Text Example
White with #D2BA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BA79; }
p { color: rgb(210,186,121); }
H1.HeaderClassName
{
color: #D2BA79;
}
.AnyTagClassName
{
color: #D2BA79;
}
</style>
background-color css
<style>
a { background-color: #D2BA79; }
a { background-color: rgb(210,186,121); }
div.DivClassName
{
background-color: #D2BA79;
}
.BgClassName
{
background-color: #D2BA79;
}
</style>
border-color css
<style>
span { border-color: #D2BA79; }
span { border-color: rgb(210,186,121); }
td.TdClassName
{
border-color: #D2BA79;
}
.TagClassName
{
border-color: #D2BA79;
}
</style>