Shades of Maize #DCB67C
Tints of Maize #DCB67C
RGB
CMYK
RGB Variations
Color information
#DCB67C (or 0xDCB67C) is known color: Maize. HEX triplet: DC, B6 and 7C. RGB value is (220,182,124). Sum of RGB (Red+Green+Blue) = 220+182+124=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 124 (48.83% from 255 or 23.57% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB67C is #234983. Grayscale: #BBBBBB. Windows color (decimal): -2312580 or 8173276. OLE color: 8173276.
HSL color Cylindrical-coordinate representation of color #DCB67C: hue angle of 36.25º 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 #DCB67C is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 124 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.14 |
| HSL | 36.25º | 0.58% | 0.67% | - |
| HSV(B) | 36.25º | 0.44% | 0.86% | - |
| XYZ | 49.88 | 50.13 | 26.12 | - |
| YUV | 186.75 | 92.59 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 124 | 0 | 0.17 | 0.44 | 0.14 | 36.25 | 0.58 | 0.67 |
| Hex | DC | B6 | 7C | 0 | 11 | 2C | E | 24 | 3A | 43 |
| Octal | 334 | 266 | 174 | 0 | 21 | 54 | 16 | 44 | 72 | 103 |
| Binary | 11011100 | 10110110 | 1111100 | 0 | 10001 | 101100 | 1110 | 100100 | 111010 | 1000011 |
Color Harmonies of #DCB67C
Complementary color
Monochromatic Colors of #DCB67C
Black with #DCB67C
Text Example
Text Example
White with #DCB67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB67C; }
p { color: rgb(220,182,124); }
H1.HeaderClassName
{
color: #DCB67C;
}
.AnyTagClassName
{
color: #DCB67C;
}
</style>
background-color css
<style>
a { background-color: #DCB67C; }
a { background-color: rgb(220,182,124); }
div.DivClassName
{
background-color: #DCB67C;
}
.BgClassName
{
background-color: #DCB67C;
}
</style>
border-color css
<style>
span { border-color: #DCB67C; }
span { border-color: rgb(220,182,124); }
td.TdClassName
{
border-color: #DCB67C;
}
.TagClassName
{
border-color: #DCB67C;
}
</style>