Shades of Maize #DDB379
Tints of Maize #DDB379
RGB
CMYK
RGB Variations
Color information
#DDB379 (or 0xDDB379) is known color: Maize. HEX triplet: DD, B3 and 79. RGB value is (221,179,121). Sum of RGB (Red+Green+Blue) = 221+179+121=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 121 (47.66% from 255 or 23.22% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB379 is #224C86. Grayscale: #B9B9B9. Windows color (decimal): -2247815 or 7975901. OLE color: 7975901.
HSL color Cylindrical-coordinate representation of color #DDB379: hue angle of 34.8º 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 #DDB379 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 121 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.13 |
| HSL | 34.8º | 0.6% | 0.67% | - |
| HSV(B) | 34.8º | 0.45% | 0.87% | - |
| XYZ | 49.39 | 48.99 | 24.94 | - |
| YUV | 184.95 | 91.91 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 121 | 0 | 0.19 | 0.45 | 0.13 | 34.8 | 0.6 | 0.67 |
| Hex | DD | B3 | 79 | 0 | 13 | 2D | D | 23 | 3C | 43 |
| Octal | 335 | 263 | 171 | 0 | 23 | 55 | 15 | 43 | 74 | 103 |
| Binary | 11011101 | 10110011 | 1111001 | 0 | 10011 | 101101 | 1101 | 100011 | 111100 | 1000011 |
Color Harmonies of #DDB379
Complementary color
Monochromatic Colors of #DDB379
Black with #DDB379
Text Example
Text Example
White with #DDB379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB379; }
p { color: rgb(221,179,121); }
H1.HeaderClassName
{
color: #DDB379;
}
.AnyTagClassName
{
color: #DDB379;
}
</style>
background-color css
<style>
a { background-color: #DDB379; }
a { background-color: rgb(221,179,121); }
div.DivClassName
{
background-color: #DDB379;
}
.BgClassName
{
background-color: #DDB379;
}
</style>
border-color css
<style>
span { border-color: #DDB379; }
span { border-color: rgb(221,179,121); }
td.TdClassName
{
border-color: #DDB379;
}
.TagClassName
{
border-color: #DDB379;
}
</style>