Shades of Straw #D2BC79
Tints of Straw #D2BC79
RGB
CMYK
RGB Variations
Color information
#D2BC79 (or 0xD2BC79) is known color: Straw. HEX triplet: D2, BC and 79. RGB value is (210,188,121). Sum of RGB (Red+Green+Blue) = 210+188+121=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 121 (47.66% from 255 or 23.31% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BC79 is #2D4386. Grayscale: #BBBBBB. Windows color (decimal): -2966407 or 7978194. OLE color: 7978194.
HSL color Cylindrical-coordinate representation of color #D2BC79: hue angle of 45.17º 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 #D2BC79 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 188 | 121 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.18 |
| HSL | 45.17º | 0.5% | 0.65% | - |
| HSV(B) | 45.17º | 0.42% | 0.82% | - |
| XYZ | 48.01 | 51.05 | 25.41 | - |
| YUV | 186.94 | 90.79 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 121 | 0 | 0.10 | 0.42 | 0.18 | 45.17 | 0.5 | 0.65 |
| Hex | D2 | BC | 79 | 0 | A | 2A | 12 | 2D | 32 | 41 |
| Octal | 322 | 274 | 171 | 0 | 12 | 52 | 22 | 55 | 62 | 101 |
| Binary | 11010010 | 10111100 | 1111001 | 0 | 1010 | 101010 | 10010 | 101101 | 110010 | 1000001 |
Color Harmonies of #D2BC79
Complementary color
Monochromatic Colors of #D2BC79
Black with #D2BC79
Text Example
Text Example
White with #D2BC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BC79; }
p { color: rgb(210,188,121); }
H1.HeaderClassName
{
color: #D2BC79;
}
.AnyTagClassName
{
color: #D2BC79;
}
</style>
background-color css
<style>
a { background-color: #D2BC79; }
a { background-color: rgb(210,188,121); }
div.DivClassName
{
background-color: #D2BC79;
}
.BgClassName
{
background-color: #D2BC79;
}
</style>
border-color css
<style>
span { border-color: #D2BC79; }
span { border-color: rgb(210,188,121); }
td.TdClassName
{
border-color: #D2BC79;
}
.TagClassName
{
border-color: #D2BC79;
}
</style>