Shades of Maize #DDB77A
Tints of Maize #DDB77A
RGB
CMYK
RGB Variations
Color information
#DDB77A (or 0xDDB77A) is known color: Maize. HEX triplet: DD, B7 and 7A. RGB value is (221,183,122). Sum of RGB (Red+Green+Blue) = 221+183+122=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB77A is #224885. Grayscale: #BBBBBB. Windows color (decimal): -2246790 or 8042461. OLE color: 8042461.
HSL color Cylindrical-coordinate representation of color #DDB77A: hue angle of 36.97º 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 #DDB77A is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 122 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.13 |
| HSL | 36.97º | 0.59% | 0.67% | - |
| HSV(B) | 36.97º | 0.45% | 0.87% | - |
| XYZ | 50.27 | 50.64 | 25.54 | - |
| YUV | 187.41 | 91.09 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 122 | 0 | 0.17 | 0.45 | 0.13 | 36.97 | 0.59 | 0.67 |
| Hex | DD | B7 | 7A | 0 | 11 | 2D | D | 25 | 3B | 43 |
| Octal | 335 | 267 | 172 | 0 | 21 | 55 | 15 | 45 | 73 | 103 |
| Binary | 11011101 | 10110111 | 1111010 | 0 | 10001 | 101101 | 1101 | 100101 | 111011 | 1000011 |
Color Harmonies of #DDB77A
Complementary color
Monochromatic Colors of #DDB77A
Black with #DDB77A
Text Example
Text Example
White with #DDB77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB77A; }
p { color: rgb(221,183,122); }
H1.HeaderClassName
{
color: #DDB77A;
}
.AnyTagClassName
{
color: #DDB77A;
}
</style>
background-color css
<style>
a { background-color: #DDB77A; }
a { background-color: rgb(221,183,122); }
div.DivClassName
{
background-color: #DDB77A;
}
.BgClassName
{
background-color: #DDB77A;
}
</style>
border-color css
<style>
span { border-color: #DDB77A; }
span { border-color: rgb(221,183,122); }
td.TdClassName
{
border-color: #DDB77A;
}
.TagClassName
{
border-color: #DDB77A;
}
</style>