Shades of Maize #DDB57A
Tints of Maize #DDB57A
RGB
CMYK
RGB Variations
Color information
#DDB57A (or 0xDDB57A) is known color: Maize. HEX triplet: DD, B5 and 7A. RGB value is (221,181,122). Sum of RGB (Red+Green+Blue) = 221+181+122=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB57A is #224A85. Grayscale: #BABABA. Windows color (decimal): -2247302 or 8041949. OLE color: 8041949.
HSL color Cylindrical-coordinate representation of color #DDB57A: hue angle of 35.76º degrees, saturation: 0.59, 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 #DDB57A is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 122 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.13 |
| HSL | 35.76º | 0.59% | 0.67% | - |
| HSV(B) | 35.76º | 0.45% | 0.87% | - |
| XYZ | 49.86 | 49.83 | 25.4 | - |
| YUV | 186.23 | 91.75 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 122 | 0 | 0.18 | 0.45 | 0.13 | 35.76 | 0.59 | 0.67 |
| Hex | DD | B5 | 7A | 0 | 12 | 2D | D | 24 | 3B | 43 |
| Octal | 335 | 265 | 172 | 0 | 22 | 55 | 15 | 44 | 73 | 103 |
| Binary | 11011101 | 10110101 | 1111010 | 0 | 10010 | 101101 | 1101 | 100100 | 111011 | 1000011 |
Color Harmonies of #DDB57A
Complementary color
Monochromatic Colors of #DDB57A
Black with #DDB57A
Text Example
Text Example
White with #DDB57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB57A; }
p { color: rgb(221,181,122); }
H1.HeaderClassName
{
color: #DDB57A;
}
.AnyTagClassName
{
color: #DDB57A;
}
</style>
background-color css
<style>
a { background-color: #DDB57A; }
a { background-color: rgb(221,181,122); }
div.DivClassName
{
background-color: #DDB57A;
}
.BgClassName
{
background-color: #DDB57A;
}
</style>
border-color css
<style>
span { border-color: #DDB57A; }
span { border-color: rgb(221,181,122); }
td.TdClassName
{
border-color: #DDB57A;
}
.TagClassName
{
border-color: #DDB57A;
}
</style>