Shades of Straw #DCB777
Tints of Straw #DCB777
RGB
CMYK
RGB Variations
Color information
#DCB777 (or 0xDCB777) is known color: Straw. HEX triplet: DC, B7 and 77. RGB value is (220,183,119). Sum of RGB (Red+Green+Blue) = 220+183+119=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 119 (46.88% from 255 or 22.80% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB777 is #234888. Grayscale: #BBBBBB. Windows color (decimal): -2312329 or 7845852. OLE color: 7845852.
HSL color Cylindrical-coordinate representation of color #DCB777: hue angle of 38.02º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCB777 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 119 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.14 |
| HSL | 38.02º | 0.59% | 0.66% | - |
| HSV(B) | 38.02º | 0.46% | 0.86% | - |
| XYZ | 49.78 | 50.41 | 24.56 | - |
| YUV | 186.77 | 89.76 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 119 | 0 | 0.17 | 0.46 | 0.14 | 38.02 | 0.59 | 0.66 |
| Hex | DC | B7 | 77 | 0 | 11 | 2E | E | 26 | 3B | 42 |
| Octal | 334 | 267 | 167 | 0 | 21 | 56 | 16 | 46 | 73 | 102 |
| Binary | 11011100 | 10110111 | 1110111 | 0 | 10001 | 101110 | 1110 | 100110 | 111011 | 1000010 |
Color Harmonies of #DCB777
Complementary color
Monochromatic Colors of #DCB777
Black with #DCB777
Text Example
Text Example
White with #DCB777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB777; }
p { color: rgb(220,183,119); }
H1.HeaderClassName
{
color: #DCB777;
}
.AnyTagClassName
{
color: #DCB777;
}
</style>
background-color css
<style>
a { background-color: #DCB777; }
a { background-color: rgb(220,183,119); }
div.DivClassName
{
background-color: #DCB777;
}
.BgClassName
{
background-color: #DCB777;
}
</style>
border-color css
<style>
span { border-color: #DCB777; }
span { border-color: rgb(220,183,119); }
td.TdClassName
{
border-color: #DCB777;
}
.TagClassName
{
border-color: #DCB777;
}
</style>