Shades of Maize #DCB476
Tints of Maize #DCB476
RGB
CMYK
RGB Variations
Color information
#DCB476 (or 0xDCB476) is known color: Maize. HEX triplet: DC, B4 and 76. RGB value is (220,180,118). Sum of RGB (Red+Green+Blue) = 220+180+118=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 118 (46.48% from 255 or 22.78% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB476 is #234B89. Grayscale: #B9B9B9. Windows color (decimal): -2313098 or 7779548. OLE color: 7779548.
HSL color Cylindrical-coordinate representation of color #DCB476: hue angle of 36.47º 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 #DCB476 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 118 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.14 |
| HSL | 36.47º | 0.59% | 0.66% | - |
| HSV(B) | 36.47º | 0.46% | 0.86% | - |
| XYZ | 49.11 | 49.17 | 24.04 | - |
| YUV | 184.89 | 90.25 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 118 | 0 | 0.18 | 0.46 | 0.14 | 36.47 | 0.59 | 0.66 |
| Hex | DC | B4 | 76 | 0 | 12 | 2E | E | 24 | 3B | 42 |
| Octal | 334 | 264 | 166 | 0 | 22 | 56 | 16 | 44 | 73 | 102 |
| Binary | 11011100 | 10110100 | 1110110 | 0 | 10010 | 101110 | 1110 | 100100 | 111011 | 1000010 |
Color Harmonies of #DCB476
Complementary color
Monochromatic Colors of #DCB476
Black with #DCB476
Text Example
Text Example
White with #DCB476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB476; }
p { color: rgb(220,180,118); }
H1.HeaderClassName
{
color: #DCB476;
}
.AnyTagClassName
{
color: #DCB476;
}
</style>
background-color css
<style>
a { background-color: #DCB476; }
a { background-color: rgb(220,180,118); }
div.DivClassName
{
background-color: #DCB476;
}
.BgClassName
{
background-color: #DCB476;
}
</style>
border-color css
<style>
span { border-color: #DCB476; }
span { border-color: rgb(220,180,118); }
td.TdClassName
{
border-color: #DCB476;
}
.TagClassName
{
border-color: #DCB476;
}
</style>