Shades of Maize #DDB37A
Tints of Maize #DDB37A
RGB
CMYK
RGB Variations
Color information
#DDB37A (or 0xDDB37A) is known color: Maize. HEX triplet: DD, B3 and 7A. RGB value is (221,179,122). Sum of RGB (Red+Green+Blue) = 221+179+122=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB37A is #224C85. Grayscale: #B9B9B9. Windows color (decimal): -2247814 or 8041437. OLE color: 8041437.
HSL color Cylindrical-coordinate representation of color #DDB37A: hue angle of 34.55º 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 #DDB37A is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 122 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.13 |
| HSL | 34.55º | 0.59% | 0.67% | - |
| HSV(B) | 34.55º | 0.45% | 0.87% | - |
| XYZ | 49.45 | 49.02 | 25.27 | - |
| YUV | 185.06 | 92.41 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 122 | 0 | 0.19 | 0.45 | 0.13 | 34.55 | 0.59 | 0.67 |
| Hex | DD | B3 | 7A | 0 | 13 | 2D | D | 23 | 3B | 43 |
| Octal | 335 | 263 | 172 | 0 | 23 | 55 | 15 | 43 | 73 | 103 |
| Binary | 11011101 | 10110011 | 1111010 | 0 | 10011 | 101101 | 1101 | 100011 | 111011 | 1000011 |
Color Harmonies of #DDB37A
Complementary color
Monochromatic Colors of #DDB37A
Black with #DDB37A
Text Example
Text Example
White with #DDB37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB37A; }
p { color: rgb(221,179,122); }
H1.HeaderClassName
{
color: #DDB37A;
}
.AnyTagClassName
{
color: #DDB37A;
}
</style>
background-color css
<style>
a { background-color: #DDB37A; }
a { background-color: rgb(221,179,122); }
div.DivClassName
{
background-color: #DDB37A;
}
.BgClassName
{
background-color: #DDB37A;
}
</style>
border-color css
<style>
span { border-color: #DDB37A; }
span { border-color: rgb(221,179,122); }
td.TdClassName
{
border-color: #DDB37A;
}
.TagClassName
{
border-color: #DDB37A;
}
</style>