Shades of Maize #DCB77C
Tints of Maize #DCB77C
RGB
CMYK
RGB Variations
Color information
#DCB77C (or 0xDCB77C) is known color: Maize. HEX triplet: DC, B7 and 7C. RGB value is (220,183,124). Sum of RGB (Red+Green+Blue) = 220+183+124=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB77C is #234883. Grayscale: #BBBBBB. Windows color (decimal): -2312324 or 8173532. OLE color: 8173532.
HSL color Cylindrical-coordinate representation of color #DCB77C: hue angle of 36.88º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCB77C is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 124 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.14 |
| HSL | 36.88º | 0.58% | 0.67% | - |
| HSV(B) | 36.88º | 0.44% | 0.86% | - |
| XYZ | 50.09 | 50.54 | 26.18 | - |
| YUV | 187.34 | 92.26 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 124 | 0 | 0.17 | 0.44 | 0.14 | 36.88 | 0.58 | 0.67 |
| Hex | DC | B7 | 7C | 0 | 11 | 2C | E | 25 | 3A | 43 |
| Octal | 334 | 267 | 174 | 0 | 21 | 54 | 16 | 45 | 72 | 103 |
| Binary | 11011100 | 10110111 | 1111100 | 0 | 10001 | 101100 | 1110 | 100101 | 111010 | 1000011 |
Color Harmonies of #DCB77C
Complementary color
Monochromatic Colors of #DCB77C
Black with #DCB77C
Text Example
Text Example
White with #DCB77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB77C; }
p { color: rgb(220,183,124); }
H1.HeaderClassName
{
color: #DCB77C;
}
.AnyTagClassName
{
color: #DCB77C;
}
</style>
background-color css
<style>
a { background-color: #DCB77C; }
a { background-color: rgb(220,183,124); }
div.DivClassName
{
background-color: #DCB77C;
}
.BgClassName
{
background-color: #DCB77C;
}
</style>
border-color css
<style>
span { border-color: #DCB77C; }
span { border-color: rgb(220,183,124); }
td.TdClassName
{
border-color: #DCB77C;
}
.TagClassName
{
border-color: #DCB77C;
}
</style>