Shades of Maize #DCB77D
Tints of Maize #DCB77D
RGB
CMYK
RGB Variations
Color information
#DCB77D (or 0xDCB77D) is known color: Maize. HEX triplet: DC, B7 and 7D. RGB value is (220,183,125). Sum of RGB (Red+Green+Blue) = 220+183+125=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB77D is #234882. Grayscale: #BBBBBB. Windows color (decimal): -2312323 or 8239068. OLE color: 8239068.
HSL color Cylindrical-coordinate representation of color #DCB77D: hue angle of 36.63º 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 #DCB77D is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 125 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.14 |
| HSL | 36.63º | 0.58% | 0.68% | - |
| HSV(B) | 36.63º | 0.43% | 0.86% | - |
| XYZ | 50.15 | 50.56 | 26.52 | - |
| YUV | 187.45 | 92.76 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 125 | 0 | 0.17 | 0.43 | 0.14 | 36.63 | 0.58 | 0.68 |
| Hex | DC | B7 | 7D | 0 | 11 | 2B | E | 25 | 3A | 44 |
| Octal | 334 | 267 | 175 | 0 | 21 | 53 | 16 | 45 | 72 | 104 |
| Binary | 11011100 | 10110111 | 1111101 | 0 | 10001 | 101011 | 1110 | 100101 | 111010 | 1000100 |
Color Harmonies of #DCB77D
Complementary color
Monochromatic Colors of #DCB77D
Black with #DCB77D
Text Example
Text Example
White with #DCB77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB77D; }
p { color: rgb(220,183,125); }
H1.HeaderClassName
{
color: #DCB77D;
}
.AnyTagClassName
{
color: #DCB77D;
}
</style>
background-color css
<style>
a { background-color: #DCB77D; }
a { background-color: rgb(220,183,125); }
div.DivClassName
{
background-color: #DCB77D;
}
.BgClassName
{
background-color: #DCB77D;
}
</style>
border-color css
<style>
span { border-color: #DCB77D; }
span { border-color: rgb(220,183,125); }
td.TdClassName
{
border-color: #DCB77D;
}
.TagClassName
{
border-color: #DCB77D;
}
</style>