Shades of Maize #DCB676
Tints of Maize #DCB676
RGB
CMYK
RGB Variations
Color information
#DCB676 (or 0xDCB676) is known color: Maize. HEX triplet: DC, B6 and 76. RGB value is (220,182,118). Sum of RGB (Red+Green+Blue) = 220+182+118=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB676 is #234989. Grayscale: #BABABA. Windows color (decimal): -2312586 or 7780060. OLE color: 7780060.
HSL color Cylindrical-coordinate representation of color #DCB676: hue angle of 37.65º 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 #DCB676 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 118 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.14 |
| HSL | 37.65º | 0.59% | 0.66% | - |
| HSV(B) | 37.65º | 0.46% | 0.86% | - |
| XYZ | 49.51 | 49.98 | 24.18 | - |
| YUV | 186.07 | 89.59 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 118 | 0 | 0.17 | 0.46 | 0.14 | 37.65 | 0.59 | 0.66 |
| Hex | DC | B6 | 76 | 0 | 11 | 2E | E | 26 | 3B | 42 |
| Octal | 334 | 266 | 166 | 0 | 21 | 56 | 16 | 46 | 73 | 102 |
| Binary | 11011100 | 10110110 | 1110110 | 0 | 10001 | 101110 | 1110 | 100110 | 111011 | 1000010 |
Color Harmonies of #DCB676
Complementary color
Monochromatic Colors of #DCB676
Black with #DCB676
Text Example
Text Example
White with #DCB676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB676; }
p { color: rgb(220,182,118); }
H1.HeaderClassName
{
color: #DCB676;
}
.AnyTagClassName
{
color: #DCB676;
}
</style>
background-color css
<style>
a { background-color: #DCB676; }
a { background-color: rgb(220,182,118); }
div.DivClassName
{
background-color: #DCB676;
}
.BgClassName
{
background-color: #DCB676;
}
</style>
border-color css
<style>
span { border-color: #DCB676; }
span { border-color: rgb(220,182,118); }
td.TdClassName
{
border-color: #DCB676;
}
.TagClassName
{
border-color: #DCB676;
}
</style>