Shades of Straw #DCB779
Tints of Straw #DCB779
RGB
CMYK
RGB Variations
Color information
#DCB779 (or 0xDCB779) is known color: Straw. HEX triplet: DC, B7 and 79. RGB value is (220,183,121). Sum of RGB (Red+Green+Blue) = 220+183+121=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 121 (47.66% from 255 or 23.09% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB779 is #234886. Grayscale: #BBBBBB. Windows color (decimal): -2312327 or 7976924. OLE color: 7976924.
HSL color Cylindrical-coordinate representation of color #DCB779: hue angle of 37.58º 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 #DCB779 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 121 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.14 |
| HSL | 37.58º | 0.59% | 0.67% | - |
| HSV(B) | 37.58º | 0.45% | 0.86% | - |
| XYZ | 49.9 | 50.46 | 25.2 | - |
| YUV | 187 | 90.76 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 121 | 0 | 0.17 | 0.45 | 0.14 | 37.58 | 0.59 | 0.67 |
| Hex | DC | B7 | 79 | 0 | 11 | 2D | E | 26 | 3B | 43 |
| Octal | 334 | 267 | 171 | 0 | 21 | 55 | 16 | 46 | 73 | 103 |
| Binary | 11011100 | 10110111 | 1111001 | 0 | 10001 | 101101 | 1110 | 100110 | 111011 | 1000011 |
Color Harmonies of #DCB779
Complementary color
Monochromatic Colors of #DCB779
Black with #DCB779
Text Example
Text Example
White with #DCB779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB779; }
p { color: rgb(220,183,121); }
H1.HeaderClassName
{
color: #DCB779;
}
.AnyTagClassName
{
color: #DCB779;
}
</style>
background-color css
<style>
a { background-color: #DCB779; }
a { background-color: rgb(220,183,121); }
div.DivClassName
{
background-color: #DCB779;
}
.BgClassName
{
background-color: #DCB779;
}
</style>
border-color css
<style>
span { border-color: #DCB779; }
span { border-color: rgb(220,183,121); }
td.TdClassName
{
border-color: #DCB779;
}
.TagClassName
{
border-color: #DCB779;
}
</style>