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