Shades of Maize #DDB579
Tints of Maize #DDB579
RGB
CMYK
RGB Variations
Color information
#DDB579 (or 0xDDB579) is known color: Maize. HEX triplet: DD, B5 and 79. RGB value is (221,181,121). Sum of RGB (Red+Green+Blue) = 221+181+121=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 121 (47.66% from 255 or 23.14% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB579 is #224A86. Grayscale: #BABABA. Windows color (decimal): -2247303 or 7976413. OLE color: 7976413.
HSL color Cylindrical-coordinate representation of color #DDB579: hue angle of 36º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDB579 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 121 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.13 |
| HSL | 36º | 0.6% | 0.67% | - |
| HSV(B) | 36º | 0.45% | 0.87% | - |
| XYZ | 49.79 | 49.8 | 25.08 | - |
| YUV | 186.12 | 91.25 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 121 | 0 | 0.18 | 0.45 | 0.13 | 36 | 0.6 | 0.67 |
| Hex | DD | B5 | 79 | 0 | 12 | 2D | D | 24 | 3C | 43 |
| Octal | 335 | 265 | 171 | 0 | 22 | 55 | 15 | 44 | 74 | 103 |
| Binary | 11011101 | 10110101 | 1111001 | 0 | 10010 | 101101 | 1101 | 100100 | 111100 | 1000011 |
Color Harmonies of #DDB579
Complementary color
Monochromatic Colors of #DDB579
Black with #DDB579
Text Example
Text Example
White with #DDB579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB579; }
p { color: rgb(221,181,121); }
H1.HeaderClassName
{
color: #DDB579;
}
.AnyTagClassName
{
color: #DDB579;
}
</style>
background-color css
<style>
a { background-color: #DDB579; }
a { background-color: rgb(221,181,121); }
div.DivClassName
{
background-color: #DDB579;
}
.BgClassName
{
background-color: #DDB579;
}
</style>
border-color css
<style>
span { border-color: #DDB579; }
span { border-color: rgb(221,181,121); }
td.TdClassName
{
border-color: #DDB579;
}
.TagClassName
{
border-color: #DDB579;
}
</style>