Shades of Maize #DCB376
Tints of Maize #DCB376
RGB
CMYK
RGB Variations
Color information
#DCB376 (or 0xDCB376) is known color: Maize. HEX triplet: DC, B3 and 76. RGB value is (220,179,118). Sum of RGB (Red+Green+Blue) = 220+179+118=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 118 (46.48% from 255 or 22.82% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB376 is #234C89. Grayscale: #B8B8B8. Windows color (decimal): -2313354 or 7779292. OLE color: 7779292.
HSL color Cylindrical-coordinate representation of color #DCB376: hue angle of 35.88º 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 #DCB376 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 118 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.14 |
| HSL | 35.88º | 0.59% | 0.66% | - |
| HSV(B) | 35.88º | 0.46% | 0.86% | - |
| XYZ | 48.91 | 48.76 | 23.97 | - |
| YUV | 184.31 | 90.58 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 118 | 0 | 0.19 | 0.46 | 0.14 | 35.88 | 0.59 | 0.66 |
| Hex | DC | B3 | 76 | 0 | 13 | 2E | E | 24 | 3B | 42 |
| Octal | 334 | 263 | 166 | 0 | 23 | 56 | 16 | 44 | 73 | 102 |
| Binary | 11011100 | 10110011 | 1110110 | 0 | 10011 | 101110 | 1110 | 100100 | 111011 | 1000010 |
Color Harmonies of #DCB376
Complementary color
Monochromatic Colors of #DCB376
Black with #DCB376
Text Example
Text Example
White with #DCB376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB376; }
p { color: rgb(220,179,118); }
H1.HeaderClassName
{
color: #DCB376;
}
.AnyTagClassName
{
color: #DCB376;
}
</style>
background-color css
<style>
a { background-color: #DCB376; }
a { background-color: rgb(220,179,118); }
div.DivClassName
{
background-color: #DCB376;
}
.BgClassName
{
background-color: #DCB376;
}
</style>
border-color css
<style>
span { border-color: #DCB376; }
span { border-color: rgb(220,179,118); }
td.TdClassName
{
border-color: #DCB376;
}
.TagClassName
{
border-color: #DCB376;
}
</style>