Shades of Straw #DCBA78
Tints of Straw #DCBA78
RGB
CMYK
RGB Variations
Color information
#DCBA78 (or 0xDCBA78) is known color: Straw. HEX triplet: DC, BA and 78. RGB value is (220,186,120). Sum of RGB (Red+Green+Blue) = 220+186+120=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 120 (47.27% from 255 or 22.81% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA78 is #234587. Grayscale: #BCBCBC. Windows color (decimal): -2311560 or 7912156. OLE color: 7912156.
HSL color Cylindrical-coordinate representation of color #DCBA78: hue angle of 39.6º 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 #DCBA78 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 120 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.14 |
| HSL | 39.6º | 0.59% | 0.67% | - |
| HSV(B) | 39.6º | 0.45% | 0.86% | - |
| XYZ | 50.46 | 51.69 | 25.09 | - |
| YUV | 188.64 | 89.26 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 120 | 0 | 0.15 | 0.45 | 0.14 | 39.6 | 0.59 | 0.67 |
| Hex | DC | BA | 78 | 0 | F | 2D | E | 28 | 3B | 43 |
| Octal | 334 | 272 | 170 | 0 | 17 | 55 | 16 | 50 | 73 | 103 |
| Binary | 11011100 | 10111010 | 1111000 | 0 | 1111 | 101101 | 1110 | 101000 | 111011 | 1000011 |
Color Harmonies of #DCBA78
Complementary color
Monochromatic Colors of #DCBA78
Black with #DCBA78
Text Example
Text Example
White with #DCBA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA78; }
p { color: rgb(220,186,120); }
H1.HeaderClassName
{
color: #DCBA78;
}
.AnyTagClassName
{
color: #DCBA78;
}
</style>
background-color css
<style>
a { background-color: #DCBA78; }
a { background-color: rgb(220,186,120); }
div.DivClassName
{
background-color: #DCBA78;
}
.BgClassName
{
background-color: #DCBA78;
}
</style>
border-color css
<style>
span { border-color: #DCBA78; }
span { border-color: rgb(220,186,120); }
td.TdClassName
{
border-color: #DCBA78;
}
.TagClassName
{
border-color: #DCBA78;
}
</style>