Shades of Maize #DDB47E
Tints of Maize #DDB47E
RGB
CMYK
RGB Variations
Color information
#DDB47E (or 0xDDB47E) is known color: Maize. HEX triplet: DD, B4 and 7E. RGB value is (221,180,126). Sum of RGB (Red+Green+Blue) = 221+180+126=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 126 (49.61% from 255 or 23.91% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB47E is #224B81. Grayscale: #BABABA. Windows color (decimal): -2247554 or 8303837. OLE color: 8303837.
HSL color Cylindrical-coordinate representation of color #DDB47E: hue angle of 34.11º 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 #DDB47E is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 126 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.13 |
| HSL | 34.11º | 0.58% | 0.68% | - |
| HSV(B) | 34.11º | 0.43% | 0.87% | - |
| XYZ | 49.91 | 49.52 | 26.67 | - |
| YUV | 186.1 | 94.08 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 126 | 0 | 0.19 | 0.43 | 0.13 | 34.11 | 0.58 | 0.68 |
| Hex | DD | B4 | 7E | 0 | 13 | 2B | D | 22 | 3A | 44 |
| Octal | 335 | 264 | 176 | 0 | 23 | 53 | 15 | 42 | 72 | 104 |
| Binary | 11011101 | 10110100 | 1111110 | 0 | 10011 | 101011 | 1101 | 100010 | 111010 | 1000100 |
Color Harmonies of #DDB47E
Complementary color
Monochromatic Colors of #DDB47E
Black with #DDB47E
Text Example
Text Example
White with #DDB47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB47E; }
p { color: rgb(221,180,126); }
H1.HeaderClassName
{
color: #DDB47E;
}
.AnyTagClassName
{
color: #DDB47E;
}
</style>
background-color css
<style>
a { background-color: #DDB47E; }
a { background-color: rgb(221,180,126); }
div.DivClassName
{
background-color: #DDB47E;
}
.BgClassName
{
background-color: #DDB47E;
}
</style>
border-color css
<style>
span { border-color: #DDB47E; }
span { border-color: rgb(221,180,126); }
td.TdClassName
{
border-color: #DDB47E;
}
.TagClassName
{
border-color: #DDB47E;
}
</style>