Shades of Maize #DCB47D
Tints of Maize #DCB47D
RGB
CMYK
RGB Variations
Color information
#DCB47D (or 0xDCB47D) is known color: Maize. HEX triplet: DC, B4 and 7D. RGB value is (220,180,125). Sum of RGB (Red+Green+Blue) = 220+180+125=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB47D is #234B82. Grayscale: #B9B9B9. Windows color (decimal): -2313091 or 8238300. OLE color: 8238300.
HSL color Cylindrical-coordinate representation of color #DCB47D: hue angle of 34.74º 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 #DCB47D is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 125 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.14 |
| HSL | 34.74º | 0.58% | 0.68% | - |
| HSV(B) | 34.74º | 0.43% | 0.86% | - |
| XYZ | 49.54 | 49.34 | 26.31 | - |
| YUV | 185.69 | 93.75 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 125 | 0 | 0.18 | 0.43 | 0.14 | 34.74 | 0.58 | 0.68 |
| Hex | DC | B4 | 7D | 0 | 12 | 2B | E | 23 | 3A | 44 |
| Octal | 334 | 264 | 175 | 0 | 22 | 53 | 16 | 43 | 72 | 104 |
| Binary | 11011100 | 10110100 | 1111101 | 0 | 10010 | 101011 | 1110 | 100011 | 111010 | 1000100 |
Color Harmonies of #DCB47D
Complementary color
Monochromatic Colors of #DCB47D
Black with #DCB47D
Text Example
Text Example
White with #DCB47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB47D; }
p { color: rgb(220,180,125); }
H1.HeaderClassName
{
color: #DCB47D;
}
.AnyTagClassName
{
color: #DCB47D;
}
</style>
background-color css
<style>
a { background-color: #DCB47D; }
a { background-color: rgb(220,180,125); }
div.DivClassName
{
background-color: #DCB47D;
}
.BgClassName
{
background-color: #DCB47D;
}
</style>
border-color css
<style>
span { border-color: #DCB47D; }
span { border-color: rgb(220,180,125); }
td.TdClassName
{
border-color: #DCB47D;
}
.TagClassName
{
border-color: #DCB47D;
}
</style>