Shades of Straw #DCBC7C
Tints of Straw #DCBC7C
RGB
CMYK
RGB Variations
Color information
#DCBC7C (or 0xDCBC7C) is known color: Straw. HEX triplet: DC, BC and 7C. RGB value is (220,188,124). Sum of RGB (Red+Green+Blue) = 220+188+124=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 124 (48.83% from 255 or 23.31% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC7C is #234383. Grayscale: #BEBEBE. Windows color (decimal): -2311044 or 8174812. OLE color: 8174812.
HSL color Cylindrical-coordinate representation of color #DCBC7C: hue angle of 40º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCBC7C is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 124 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.14 |
| HSL | 40º | 0.58% | 0.67% | - |
| HSV(B) | 40º | 0.44% | 0.86% | - |
| XYZ | 51.14 | 52.64 | 26.53 | - |
| YUV | 190.27 | 90.6 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 124 | 0 | 0.15 | 0.44 | 0.14 | 40 | 0.58 | 0.67 |
| Hex | DC | BC | 7C | 0 | F | 2C | E | 28 | 3A | 43 |
| Octal | 334 | 274 | 174 | 0 | 17 | 54 | 16 | 50 | 72 | 103 |
| Binary | 11011100 | 10111100 | 1111100 | 0 | 1111 | 101100 | 1110 | 101000 | 111010 | 1000011 |
Color Harmonies of #DCBC7C
Complementary color
Monochromatic Colors of #DCBC7C
Black with #DCBC7C
Text Example
Text Example
White with #DCBC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC7C; }
p { color: rgb(220,188,124); }
H1.HeaderClassName
{
color: #DCBC7C;
}
.AnyTagClassName
{
color: #DCBC7C;
}
</style>
background-color css
<style>
a { background-color: #DCBC7C; }
a { background-color: rgb(220,188,124); }
div.DivClassName
{
background-color: #DCBC7C;
}
.BgClassName
{
background-color: #DCBC7C;
}
</style>
border-color css
<style>
span { border-color: #DCBC7C; }
span { border-color: rgb(220,188,124); }
td.TdClassName
{
border-color: #DCBC7C;
}
.TagClassName
{
border-color: #DCBC7C;
}
</style>