Shades of Maize #DCB37E
Tints of Maize #DCB37E
RGB
CMYK
RGB Variations
Color information
#DCB37E (or 0xDCB37E) is known color: Maize. HEX triplet: DC, B3 and 7E. RGB value is (220,179,126). Sum of RGB (Red+Green+Blue) = 220+179+126=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 126 (49.61% from 255 or 24% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB37E is #234C81. Grayscale: #B9B9B9. Windows color (decimal): -2313346 or 8303580. OLE color: 8303580.
HSL color Cylindrical-coordinate representation of color #DCB37E: hue angle of 33.83º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCB37E is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 126 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.14 |
| HSL | 33.83º | 0.57% | 0.68% | - |
| HSV(B) | 33.83º | 0.43% | 0.86% | - |
| XYZ | 49.4 | 48.96 | 26.59 | - |
| YUV | 185.22 | 94.58 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 126 | 0 | 0.19 | 0.43 | 0.14 | 33.83 | 0.57 | 0.68 |
| Hex | DC | B3 | 7E | 0 | 13 | 2B | E | 22 | 39 | 44 |
| Octal | 334 | 263 | 176 | 0 | 23 | 53 | 16 | 42 | 71 | 104 |
| Binary | 11011100 | 10110011 | 1111110 | 0 | 10011 | 101011 | 1110 | 100010 | 111001 | 1000100 |
Color Harmonies of #DCB37E
Complementary color
Monochromatic Colors of #DCB37E
Black with #DCB37E
Text Example
Text Example
White with #DCB37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB37E; }
p { color: rgb(220,179,126); }
H1.HeaderClassName
{
color: #DCB37E;
}
.AnyTagClassName
{
color: #DCB37E;
}
</style>
background-color css
<style>
a { background-color: #DCB37E; }
a { background-color: rgb(220,179,126); }
div.DivClassName
{
background-color: #DCB37E;
}
.BgClassName
{
background-color: #DCB37E;
}
</style>
border-color css
<style>
span { border-color: #DCB37E; }
span { border-color: rgb(220,179,126); }
td.TdClassName
{
border-color: #DCB37E;
}
.TagClassName
{
border-color: #DCB37E;
}
</style>