Shades of Maize #DDB776
Tints of Maize #DDB776
RGB
CMYK
RGB Variations
Color information
#DDB776 (or 0xDDB776) is known color: Maize. HEX triplet: DD, B7 and 76. RGB value is (221,183,118). Sum of RGB (Red+Green+Blue) = 221+183+118=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 118 (46.48% from 255 or 22.61% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB776 is #224889. Grayscale: #BBBBBB. Windows color (decimal): -2246794 or 7780317. OLE color: 7780317.
HSL color Cylindrical-coordinate representation of color #DDB776: hue angle of 37.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDB776 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 118 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.13 |
| HSL | 37.86º | 0.6% | 0.66% | - |
| HSV(B) | 37.86º | 0.47% | 0.87% | - |
| XYZ | 50.02 | 50.55 | 24.26 | - |
| YUV | 186.95 | 89.09 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 118 | 0 | 0.17 | 0.47 | 0.13 | 37.86 | 0.6 | 0.66 |
| Hex | DD | B7 | 76 | 0 | 11 | 2F | D | 26 | 3C | 42 |
| Octal | 335 | 267 | 166 | 0 | 21 | 57 | 15 | 46 | 74 | 102 |
| Binary | 11011101 | 10110111 | 1110110 | 0 | 10001 | 101111 | 1101 | 100110 | 111100 | 1000010 |
Color Harmonies of #DDB776
Complementary color
Monochromatic Colors of #DDB776
Black with #DDB776
Text Example
Text Example
White with #DDB776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB776; }
p { color: rgb(221,183,118); }
H1.HeaderClassName
{
color: #DDB776;
}
.AnyTagClassName
{
color: #DDB776;
}
</style>
background-color css
<style>
a { background-color: #DDB776; }
a { background-color: rgb(221,183,118); }
div.DivClassName
{
background-color: #DDB776;
}
.BgClassName
{
background-color: #DDB776;
}
</style>
border-color css
<style>
span { border-color: #DDB776; }
span { border-color: rgb(221,183,118); }
td.TdClassName
{
border-color: #DDB776;
}
.TagClassName
{
border-color: #DDB776;
}
</style>