Shades of Maize #DCB478
Tints of Maize #DCB478
RGB
CMYK
RGB Variations
Color information
#DCB478 (or 0xDCB478) is known color: Maize. HEX triplet: DC, B4 and 78. RGB value is (220,180,120). Sum of RGB (Red+Green+Blue) = 220+180+120=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 120 (47.27% from 255 or 23.08% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB478 is #234B87. Grayscale: #B9B9B9. Windows color (decimal): -2313096 or 7910620. OLE color: 7910620.
HSL color Cylindrical-coordinate representation of color #DCB478: hue angle of 36º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCB478 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 120 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.14 |
| HSL | 36º | 0.59% | 0.67% | - |
| HSV(B) | 36º | 0.45% | 0.86% | - |
| XYZ | 49.23 | 49.21 | 24.67 | - |
| YUV | 185.12 | 91.25 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 120 | 0 | 0.18 | 0.45 | 0.14 | 36 | 0.59 | 0.67 |
| Hex | DC | B4 | 78 | 0 | 12 | 2D | E | 24 | 3B | 43 |
| Octal | 334 | 264 | 170 | 0 | 22 | 55 | 16 | 44 | 73 | 103 |
| Binary | 11011100 | 10110100 | 1111000 | 0 | 10010 | 101101 | 1110 | 100100 | 111011 | 1000011 |
Color Harmonies of #DCB478
Complementary color
Monochromatic Colors of #DCB478
Black with #DCB478
Text Example
Text Example
White with #DCB478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB478; }
p { color: rgb(220,180,120); }
H1.HeaderClassName
{
color: #DCB478;
}
.AnyTagClassName
{
color: #DCB478;
}
</style>
background-color css
<style>
a { background-color: #DCB478; }
a { background-color: rgb(220,180,120); }
div.DivClassName
{
background-color: #DCB478;
}
.BgClassName
{
background-color: #DCB478;
}
</style>
border-color css
<style>
span { border-color: #DCB478; }
span { border-color: rgb(220,180,120); }
td.TdClassName
{
border-color: #DCB478;
}
.TagClassName
{
border-color: #DCB478;
}
</style>