Shades of Maize #DCB47A
Tints of Maize #DCB47A
RGB
CMYK
RGB Variations
Color information
#DCB47A (or 0xDCB47A) is known color: Maize. HEX triplet: DC, B4 and 7A. RGB value is (220,180,122). Sum of RGB (Red+Green+Blue) = 220+180+122=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB47A is #234B85. Grayscale: #B9B9B9. Windows color (decimal): -2313094 or 8041692. OLE color: 8041692.
HSL color Cylindrical-coordinate representation of color #DCB47A: hue angle of 35.51º degrees, saturation: 0.58, 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 #DCB47A is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 122 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.14 |
| HSL | 35.51º | 0.58% | 0.67% | - |
| HSV(B) | 35.51º | 0.45% | 0.86% | - |
| XYZ | 49.35 | 49.26 | 25.32 | - |
| YUV | 185.35 | 92.25 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 122 | 0 | 0.18 | 0.45 | 0.14 | 35.51 | 0.58 | 0.67 |
| Hex | DC | B4 | 7A | 0 | 12 | 2D | E | 24 | 3A | 43 |
| Octal | 334 | 264 | 172 | 0 | 22 | 55 | 16 | 44 | 72 | 103 |
| Binary | 11011100 | 10110100 | 1111010 | 0 | 10010 | 101101 | 1110 | 100100 | 111010 | 1000011 |
Color Harmonies of #DCB47A
Complementary color
Monochromatic Colors of #DCB47A
Black with #DCB47A
Text Example
Text Example
White with #DCB47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB47A; }
p { color: rgb(220,180,122); }
H1.HeaderClassName
{
color: #DCB47A;
}
.AnyTagClassName
{
color: #DCB47A;
}
</style>
background-color css
<style>
a { background-color: #DCB47A; }
a { background-color: rgb(220,180,122); }
div.DivClassName
{
background-color: #DCB47A;
}
.BgClassName
{
background-color: #DCB47A;
}
</style>
border-color css
<style>
span { border-color: #DCB47A; }
span { border-color: rgb(220,180,122); }
td.TdClassName
{
border-color: #DCB47A;
}
.TagClassName
{
border-color: #DCB47A;
}
</style>