Shades of Maize #DCB77B
Tints of Maize #DCB77B
RGB
CMYK
RGB Variations
Color information
#DCB77B (or 0xDCB77B) is known color: Maize. HEX triplet: DC, B7 and 7B. RGB value is (220,183,123). Sum of RGB (Red+Green+Blue) = 220+183+123=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 123 (48.44% from 255 or 23.38% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB77B is #234884. Grayscale: #BBBBBB. Windows color (decimal): -2312325 or 8107996. OLE color: 8107996.
HSL color Cylindrical-coordinate representation of color #DCB77B: hue angle of 37.11º 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 #DCB77B is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 123 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.14 |
| HSL | 37.11º | 0.58% | 0.67% | - |
| HSV(B) | 37.11º | 0.44% | 0.86% | - |
| XYZ | 50.02 | 50.51 | 25.85 | - |
| YUV | 187.22 | 91.76 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 123 | 0 | 0.17 | 0.44 | 0.14 | 37.11 | 0.58 | 0.67 |
| Hex | DC | B7 | 7B | 0 | 11 | 2C | E | 25 | 3A | 43 |
| Octal | 334 | 267 | 173 | 0 | 21 | 54 | 16 | 45 | 72 | 103 |
| Binary | 11011100 | 10110111 | 1111011 | 0 | 10001 | 101100 | 1110 | 100101 | 111010 | 1000011 |
Color Harmonies of #DCB77B
Complementary color
Monochromatic Colors of #DCB77B
Black with #DCB77B
Text Example
Text Example
White with #DCB77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB77B; }
p { color: rgb(220,183,123); }
H1.HeaderClassName
{
color: #DCB77B;
}
.AnyTagClassName
{
color: #DCB77B;
}
</style>
background-color css
<style>
a { background-color: #DCB77B; }
a { background-color: rgb(220,183,123); }
div.DivClassName
{
background-color: #DCB77B;
}
.BgClassName
{
background-color: #DCB77B;
}
</style>
border-color css
<style>
span { border-color: #DCB77B; }
span { border-color: rgb(220,183,123); }
td.TdClassName
{
border-color: #DCB77B;
}
.TagClassName
{
border-color: #DCB77B;
}
</style>