Shades of Maize #DCB37A
Tints of Maize #DCB37A
RGB
CMYK
RGB Variations
Color information
#DCB37A (or 0xDCB37A) is known color: Maize. HEX triplet: DC, B3 and 7A. RGB value is (220,179,122). Sum of RGB (Red+Green+Blue) = 220+179+122=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB37A is #234C85. Grayscale: #B9B9B9. Windows color (decimal): -2313350 or 8041436. OLE color: 8041436.
HSL color Cylindrical-coordinate representation of color #DCB37A: hue angle of 34.9º 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 #DCB37A is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 122 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.14 |
| HSL | 34.9º | 0.58% | 0.67% | - |
| HSV(B) | 34.9º | 0.45% | 0.86% | - |
| XYZ | 49.15 | 48.86 | 25.25 | - |
| YUV | 184.76 | 92.58 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 122 | 0 | 0.19 | 0.45 | 0.14 | 34.9 | 0.58 | 0.67 |
| Hex | DC | B3 | 7A | 0 | 13 | 2D | E | 23 | 3A | 43 |
| Octal | 334 | 263 | 172 | 0 | 23 | 55 | 16 | 43 | 72 | 103 |
| Binary | 11011100 | 10110011 | 1111010 | 0 | 10011 | 101101 | 1110 | 100011 | 111010 | 1000011 |
Color Harmonies of #DCB37A
Complementary color
Monochromatic Colors of #DCB37A
Black with #DCB37A
Text Example
Text Example
White with #DCB37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB37A; }
p { color: rgb(220,179,122); }
H1.HeaderClassName
{
color: #DCB37A;
}
.AnyTagClassName
{
color: #DCB37A;
}
</style>
background-color css
<style>
a { background-color: #DCB37A; }
a { background-color: rgb(220,179,122); }
div.DivClassName
{
background-color: #DCB37A;
}
.BgClassName
{
background-color: #DCB37A;
}
</style>
border-color css
<style>
span { border-color: #DCB37A; }
span { border-color: rgb(220,179,122); }
td.TdClassName
{
border-color: #DCB37A;
}
.TagClassName
{
border-color: #DCB37A;
}
</style>