Shades of Maize #DCB576
Tints of Maize #DCB576
RGB
CMYK
RGB Variations
Color information
#DCB576 (or 0xDCB576) is known color: Maize. HEX triplet: DC, B5 and 76. RGB value is (220,181,118). Sum of RGB (Red+Green+Blue) = 220+181+118=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 118 (46.48% from 255 or 22.74% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB576 is #234A89. Grayscale: #B9B9B9. Windows color (decimal): -2312842 or 7779804. OLE color: 7779804.
HSL color Cylindrical-coordinate representation of color #DCB576: hue angle of 37.06º 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 #DCB576 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 118 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.14 |
| HSL | 37.06º | 0.59% | 0.66% | - |
| HSV(B) | 37.06º | 0.46% | 0.86% | - |
| XYZ | 49.31 | 49.57 | 24.11 | - |
| YUV | 185.48 | 89.92 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 118 | 0 | 0.18 | 0.46 | 0.14 | 37.06 | 0.59 | 0.66 |
| Hex | DC | B5 | 76 | 0 | 12 | 2E | E | 25 | 3B | 42 |
| Octal | 334 | 265 | 166 | 0 | 22 | 56 | 16 | 45 | 73 | 102 |
| Binary | 11011100 | 10110101 | 1110110 | 0 | 10010 | 101110 | 1110 | 100101 | 111011 | 1000010 |
Color Harmonies of #DCB576
Complementary color
Monochromatic Colors of #DCB576
Black with #DCB576
Text Example
Text Example
White with #DCB576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB576; }
p { color: rgb(220,181,118); }
H1.HeaderClassName
{
color: #DCB576;
}
.AnyTagClassName
{
color: #DCB576;
}
</style>
background-color css
<style>
a { background-color: #DCB576; }
a { background-color: rgb(220,181,118); }
div.DivClassName
{
background-color: #DCB576;
}
.BgClassName
{
background-color: #DCB576;
}
</style>
border-color css
<style>
span { border-color: #DCB576; }
span { border-color: rgb(220,181,118); }
td.TdClassName
{
border-color: #DCB576;
}
.TagClassName
{
border-color: #DCB576;
}
</style>