Shades of Maize #DCB57B
Tints of Maize #DCB57B
RGB
CMYK
RGB Variations
Color information
#DCB57B (or 0xDCB57B) is known color: Maize. HEX triplet: DC, B5 and 7B. RGB value is (220,181,123). Sum of RGB (Red+Green+Blue) = 220+181+123=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 123 (48.44% from 255 or 23.47% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB57B is #234A84. Grayscale: #BABABA. Windows color (decimal): -2312837 or 8107484. OLE color: 8107484.
HSL color Cylindrical-coordinate representation of color #DCB57B: hue angle of 35.88º 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 #DCB57B is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 123 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.14 |
| HSL | 35.88º | 0.58% | 0.67% | - |
| HSV(B) | 35.88º | 0.44% | 0.86% | - |
| XYZ | 49.61 | 49.69 | 25.72 | - |
| YUV | 186.05 | 92.42 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 123 | 0 | 0.18 | 0.44 | 0.14 | 35.88 | 0.58 | 0.67 |
| Hex | DC | B5 | 7B | 0 | 12 | 2C | E | 24 | 3A | 43 |
| Octal | 334 | 265 | 173 | 0 | 22 | 54 | 16 | 44 | 72 | 103 |
| Binary | 11011100 | 10110101 | 1111011 | 0 | 10010 | 101100 | 1110 | 100100 | 111010 | 1000011 |
Color Harmonies of #DCB57B
Complementary color
Monochromatic Colors of #DCB57B
Black with #DCB57B
Text Example
Text Example
White with #DCB57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB57B; }
p { color: rgb(220,181,123); }
H1.HeaderClassName
{
color: #DCB57B;
}
.AnyTagClassName
{
color: #DCB57B;
}
</style>
background-color css
<style>
a { background-color: #DCB57B; }
a { background-color: rgb(220,181,123); }
div.DivClassName
{
background-color: #DCB57B;
}
.BgClassName
{
background-color: #DCB57B;
}
</style>
border-color css
<style>
span { border-color: #DCB57B; }
span { border-color: rgb(220,181,123); }
td.TdClassName
{
border-color: #DCB57B;
}
.TagClassName
{
border-color: #DCB57B;
}
</style>