Shades of Maize #DCB37D
Tints of Maize #DCB37D
RGB
CMYK
RGB Variations
Color information
#DCB37D (or 0xDCB37D) is known color: Maize. HEX triplet: DC, B3 and 7D. RGB value is (220,179,125). Sum of RGB (Red+Green+Blue) = 220+179+125=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB37D is #234C82. Grayscale: #B9B9B9. Windows color (decimal): -2313347 or 8238044. OLE color: 8238044.
HSL color Cylindrical-coordinate representation of color #DCB37D: hue angle of 34.11º 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 #DCB37D is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 125 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.14 |
| HSL | 34.11º | 0.58% | 0.68% | - |
| HSV(B) | 34.11º | 0.43% | 0.86% | - |
| XYZ | 49.34 | 48.94 | 26.25 | - |
| YUV | 185.1 | 94.08 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 125 | 0 | 0.19 | 0.43 | 0.14 | 34.11 | 0.58 | 0.68 |
| Hex | DC | B3 | 7D | 0 | 13 | 2B | E | 22 | 3A | 44 |
| Octal | 334 | 263 | 175 | 0 | 23 | 53 | 16 | 42 | 72 | 104 |
| Binary | 11011100 | 10110011 | 1111101 | 0 | 10011 | 101011 | 1110 | 100010 | 111010 | 1000100 |
Color Harmonies of #DCB37D
Complementary color
Monochromatic Colors of #DCB37D
Black with #DCB37D
Text Example
Text Example
White with #DCB37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB37D; }
p { color: rgb(220,179,125); }
H1.HeaderClassName
{
color: #DCB37D;
}
.AnyTagClassName
{
color: #DCB37D;
}
</style>
background-color css
<style>
a { background-color: #DCB37D; }
a { background-color: rgb(220,179,125); }
div.DivClassName
{
background-color: #DCB37D;
}
.BgClassName
{
background-color: #DCB37D;
}
</style>
border-color css
<style>
span { border-color: #DCB37D; }
span { border-color: rgb(220,179,125); }
td.TdClassName
{
border-color: #DCB37D;
}
.TagClassName
{
border-color: #DCB37D;
}
</style>