Shades of Maize #DCB87F
Tints of Maize #DCB87F
RGB
CMYK
RGB Variations
Color information
#DCB87F (or 0xDCB87F) is known color: Maize. HEX triplet: DC, B8 and 7F. RGB value is (220,184,127). Sum of RGB (Red+Green+Blue) = 220+184+127=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB87F is #234780. Grayscale: #BCBCBC. Windows color (decimal): -2312065 or 8370396. OLE color: 8370396.
HSL color Cylindrical-coordinate representation of color #DCB87F: hue angle of 36.77º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCB87F is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 127 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.14 |
| HSL | 36.77º | 0.57% | 0.68% | - |
| HSV(B) | 36.77º | 0.42% | 0.86% | - |
| XYZ | 50.49 | 51.03 | 27.27 | - |
| YUV | 188.27 | 93.43 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 127 | 0 | 0.16 | 0.42 | 0.14 | 36.77 | 0.57 | 0.68 |
| Hex | DC | B8 | 7F | 0 | 10 | 2A | E | 25 | 39 | 44 |
| Octal | 334 | 270 | 177 | 0 | 20 | 52 | 16 | 45 | 71 | 104 |
| Binary | 11011100 | 10111000 | 1111111 | 0 | 10000 | 101010 | 1110 | 100101 | 111001 | 1000100 |
Color Harmonies of #DCB87F
Complementary color
Monochromatic Colors of #DCB87F
Black with #DCB87F
Text Example
Text Example
White with #DCB87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB87F; }
p { color: rgb(220,184,127); }
H1.HeaderClassName
{
color: #DCB87F;
}
.AnyTagClassName
{
color: #DCB87F;
}
</style>
background-color css
<style>
a { background-color: #DCB87F; }
a { background-color: rgb(220,184,127); }
div.DivClassName
{
background-color: #DCB87F;
}
.BgClassName
{
background-color: #DCB87F;
}
</style>
border-color css
<style>
span { border-color: #DCB87F; }
span { border-color: rgb(220,184,127); }
td.TdClassName
{
border-color: #DCB87F;
}
.TagClassName
{
border-color: #DCB87F;
}
</style>