Shades of Maize #DDB576
Tints of Maize #DDB576
RGB
CMYK
RGB Variations
Color information
#DDB576 (or 0xDDB576) is known color: Maize. HEX triplet: DD, B5 and 76. RGB value is (221,181,118). Sum of RGB (Red+Green+Blue) = 221+181+118=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB576 is #224A89. Grayscale: #BABABA. Windows color (decimal): -2247306 or 7779805. OLE color: 7779805.
HSL color Cylindrical-coordinate representation of color #DDB576: hue angle of 36.7º 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 #DDB576 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 118 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.13 |
| HSL | 36.7º | 0.6% | 0.66% | - |
| HSV(B) | 36.7º | 0.47% | 0.87% | - |
| XYZ | 49.61 | 49.73 | 24.12 | - |
| YUV | 185.78 | 89.75 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 118 | 0 | 0.18 | 0.47 | 0.13 | 36.7 | 0.6 | 0.66 |
| Hex | DD | B5 | 76 | 0 | 12 | 2F | D | 25 | 3C | 42 |
| Octal | 335 | 265 | 166 | 0 | 22 | 57 | 15 | 45 | 74 | 102 |
| Binary | 11011101 | 10110101 | 1110110 | 0 | 10010 | 101111 | 1101 | 100101 | 111100 | 1000010 |
Color Harmonies of #DDB576
Complementary color
Monochromatic Colors of #DDB576
Black with #DDB576
Text Example
Text Example
White with #DDB576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB576; }
p { color: rgb(221,181,118); }
H1.HeaderClassName
{
color: #DDB576;
}
.AnyTagClassName
{
color: #DDB576;
}
</style>
background-color css
<style>
a { background-color: #DDB576; }
a { background-color: rgb(221,181,118); }
div.DivClassName
{
background-color: #DDB576;
}
.BgClassName
{
background-color: #DDB576;
}
</style>
border-color css
<style>
span { border-color: #DDB576; }
span { border-color: rgb(221,181,118); }
td.TdClassName
{
border-color: #DDB576;
}
.TagClassName
{
border-color: #DDB576;
}
</style>