Shades of Maize #DCB67D
Tints of Maize #DCB67D
RGB
CMYK
RGB Variations
Color information
#DCB67D (or 0xDCB67D) is known color: Maize. HEX triplet: DC, B6 and 7D. RGB value is (220,182,125). Sum of RGB (Red+Green+Blue) = 220+182+125=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB67D is #234982. Grayscale: #BBBBBB. Windows color (decimal): -2312579 or 8238812. OLE color: 8238812.
HSL color Cylindrical-coordinate representation of color #DCB67D: hue angle of 36º degrees, saturation: 0.58, 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 #DCB67D is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 125 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.14 |
| HSL | 36º | 0.58% | 0.68% | - |
| HSV(B) | 36º | 0.43% | 0.86% | - |
| XYZ | 49.94 | 50.15 | 26.45 | - |
| YUV | 186.86 | 93.09 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 125 | 0 | 0.17 | 0.43 | 0.14 | 36 | 0.58 | 0.68 |
| Hex | DC | B6 | 7D | 0 | 11 | 2B | E | 24 | 3A | 44 |
| Octal | 334 | 266 | 175 | 0 | 21 | 53 | 16 | 44 | 72 | 104 |
| Binary | 11011100 | 10110110 | 1111101 | 0 | 10001 | 101011 | 1110 | 100100 | 111010 | 1000100 |
Color Harmonies of #DCB67D
Complementary color
Monochromatic Colors of #DCB67D
Black with #DCB67D
Text Example
Text Example
White with #DCB67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB67D; }
p { color: rgb(220,182,125); }
H1.HeaderClassName
{
color: #DCB67D;
}
.AnyTagClassName
{
color: #DCB67D;
}
</style>
background-color css
<style>
a { background-color: #DCB67D; }
a { background-color: rgb(220,182,125); }
div.DivClassName
{
background-color: #DCB67D;
}
.BgClassName
{
background-color: #DCB67D;
}
</style>
border-color css
<style>
span { border-color: #DCB67D; }
span { border-color: rgb(220,182,125); }
td.TdClassName
{
border-color: #DCB67D;
}
.TagClassName
{
border-color: #DCB67D;
}
</style>