Shades of Maize #DCB47B
Tints of Maize #DCB47B
RGB
CMYK
RGB Variations
Color information
#DCB47B (or 0xDCB47B) is known color: Maize. HEX triplet: DC, B4 and 7B. RGB value is (220,180,123). Sum of RGB (Red+Green+Blue) = 220+180+123=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB47B is #234B84. Grayscale: #B9B9B9. Windows color (decimal): -2313093 or 8107228. OLE color: 8107228.
HSL color Cylindrical-coordinate representation of color #DCB47B: hue angle of 35.26º 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 #DCB47B is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 123 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.14 |
| HSL | 35.26º | 0.58% | 0.67% | - |
| HSV(B) | 35.26º | 0.44% | 0.86% | - |
| XYZ | 49.41 | 49.29 | 25.65 | - |
| YUV | 185.46 | 92.75 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 123 | 0 | 0.18 | 0.44 | 0.14 | 35.26 | 0.58 | 0.67 |
| Hex | DC | B4 | 7B | 0 | 12 | 2C | E | 23 | 3A | 43 |
| Octal | 334 | 264 | 173 | 0 | 22 | 54 | 16 | 43 | 72 | 103 |
| Binary | 11011100 | 10110100 | 1111011 | 0 | 10010 | 101100 | 1110 | 100011 | 111010 | 1000011 |
Color Harmonies of #DCB47B
Complementary color
Monochromatic Colors of #DCB47B
Black with #DCB47B
Text Example
Text Example
White with #DCB47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB47B; }
p { color: rgb(220,180,123); }
H1.HeaderClassName
{
color: #DCB47B;
}
.AnyTagClassName
{
color: #DCB47B;
}
</style>
background-color css
<style>
a { background-color: #DCB47B; }
a { background-color: rgb(220,180,123); }
div.DivClassName
{
background-color: #DCB47B;
}
.BgClassName
{
background-color: #DCB47B;
}
</style>
border-color css
<style>
span { border-color: #DCB47B; }
span { border-color: rgb(220,180,123); }
td.TdClassName
{
border-color: #DCB47B;
}
.TagClassName
{
border-color: #DCB47B;
}
</style>