Shades of Straw #DCB878
Tints of Straw #DCB878
RGB
CMYK
RGB Variations
Color information
#DCB878 (or 0xDCB878) is known color: Straw. HEX triplet: DC, B8 and 78. RGB value is (220,184,120). Sum of RGB (Red+Green+Blue) = 220+184+120=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 184 (72.27% from 255 or 35.11% from 524); Blue value is 120 (47.27% from 255 or 22.90% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB878 is #234787. Grayscale: #BBBBBB. Windows color (decimal): -2312072 or 7911644. OLE color: 7911644.
HSL color Cylindrical-coordinate representation of color #DCB878: hue angle of 38.4º 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 #DCB878 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 120 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.14 |
| HSL | 38.4º | 0.59% | 0.67% | - |
| HSV(B) | 38.4º | 0.45% | 0.86% | - |
| XYZ | 50.05 | 50.85 | 24.95 | - |
| YUV | 187.47 | 89.93 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 120 | 0 | 0.16 | 0.45 | 0.14 | 38.4 | 0.59 | 0.67 |
| Hex | DC | B8 | 78 | 0 | 10 | 2D | E | 26 | 3B | 43 |
| Octal | 334 | 270 | 170 | 0 | 20 | 55 | 16 | 46 | 73 | 103 |
| Binary | 11011100 | 10111000 | 1111000 | 0 | 10000 | 101101 | 1110 | 100110 | 111011 | 1000011 |
Color Harmonies of #DCB878
Complementary color
Monochromatic Colors of #DCB878
Black with #DCB878
Text Example
Text Example
White with #DCB878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB878; }
p { color: rgb(220,184,120); }
H1.HeaderClassName
{
color: #DCB878;
}
.AnyTagClassName
{
color: #DCB878;
}
</style>
background-color css
<style>
a { background-color: #DCB878; }
a { background-color: rgb(220,184,120); }
div.DivClassName
{
background-color: #DCB878;
}
.BgClassName
{
background-color: #DCB878;
}
</style>
border-color css
<style>
span { border-color: #DCB878; }
span { border-color: rgb(220,184,120); }
td.TdClassName
{
border-color: #DCB878;
}
.TagClassName
{
border-color: #DCB878;
}
</style>