Shades of Straw #DCB979
Tints of Straw #DCB979
RGB
CMYK
RGB Variations
Color information
#DCB979 (or 0xDCB979) is known color: Straw. HEX triplet: DC, B9 and 79. RGB value is (220,185,121). Sum of RGB (Red+Green+Blue) = 220+185+121=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 121 (47.66% from 255 or 23.00% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB979 is #234686. Grayscale: #BCBCBC. Windows color (decimal): -2311815 or 7977436. OLE color: 7977436.
HSL color Cylindrical-coordinate representation of color #DCB979: hue angle of 38.79º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCB979 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 121 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.14 |
| HSL | 38.79º | 0.59% | 0.67% | - |
| HSV(B) | 38.79º | 0.45% | 0.86% | - |
| XYZ | 50.32 | 51.29 | 25.34 | - |
| YUV | 188.17 | 90.1 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 121 | 0 | 0.16 | 0.45 | 0.14 | 38.79 | 0.59 | 0.67 |
| Hex | DC | B9 | 79 | 0 | 10 | 2D | E | 27 | 3B | 43 |
| Octal | 334 | 271 | 171 | 0 | 20 | 55 | 16 | 47 | 73 | 103 |
| Binary | 11011100 | 10111001 | 1111001 | 0 | 10000 | 101101 | 1110 | 100111 | 111011 | 1000011 |
Color Harmonies of #DCB979
Complementary color
Monochromatic Colors of #DCB979
Black with #DCB979
Text Example
Text Example
White with #DCB979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB979; }
p { color: rgb(220,185,121); }
H1.HeaderClassName
{
color: #DCB979;
}
.AnyTagClassName
{
color: #DCB979;
}
</style>
background-color css
<style>
a { background-color: #DCB979; }
a { background-color: rgb(220,185,121); }
div.DivClassName
{
background-color: #DCB979;
}
.BgClassName
{
background-color: #DCB979;
}
</style>
border-color css
<style>
span { border-color: #DCB979; }
span { border-color: rgb(220,185,121); }
td.TdClassName
{
border-color: #DCB979;
}
.TagClassName
{
border-color: #DCB979;
}
</style>