Shades of Maize #DDB37E
Tints of Maize #DDB37E
RGB
CMYK
RGB Variations
Color information
#DDB37E (or 0xDDB37E) is known color: Maize. HEX triplet: DD, B3 and 7E. RGB value is (221,179,126). Sum of RGB (Red+Green+Blue) = 221+179+126=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 126 (49.61% from 255 or 23.95% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB37E is #224C81. Grayscale: #B9B9B9. Windows color (decimal): -2247810 or 8303581. OLE color: 8303581.
HSL color Cylindrical-coordinate representation of color #DDB37E: hue angle of 33.47º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDB37E is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 126 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.13 |
| HSL | 33.47º | 0.58% | 0.68% | - |
| HSV(B) | 33.47º | 0.43% | 0.87% | - |
| XYZ | 49.7 | 49.12 | 26.6 | - |
| YUV | 185.52 | 94.41 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 126 | 0 | 0.19 | 0.43 | 0.13 | 33.47 | 0.58 | 0.68 |
| Hex | DD | B3 | 7E | 0 | 13 | 2B | D | 21 | 3A | 44 |
| Octal | 335 | 263 | 176 | 0 | 23 | 53 | 15 | 41 | 72 | 104 |
| Binary | 11011101 | 10110011 | 1111110 | 0 | 10011 | 101011 | 1101 | 100001 | 111010 | 1000100 |
Color Harmonies of #DDB37E
Complementary color
Monochromatic Colors of #DDB37E
Black with #DDB37E
Text Example
Text Example
White with #DDB37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB37E; }
p { color: rgb(221,179,126); }
H1.HeaderClassName
{
color: #DDB37E;
}
.AnyTagClassName
{
color: #DDB37E;
}
</style>
background-color css
<style>
a { background-color: #DDB37E; }
a { background-color: rgb(221,179,126); }
div.DivClassName
{
background-color: #DDB37E;
}
.BgClassName
{
background-color: #DDB37E;
}
</style>
border-color css
<style>
span { border-color: #DDB37E; }
span { border-color: rgb(221,179,126); }
td.TdClassName
{
border-color: #DDB37E;
}
.TagClassName
{
border-color: #DDB37E;
}
</style>