Shades of Maize #DDB47C
Tints of Maize #DDB47C
RGB
CMYK
RGB Variations
Color information
#DDB47C (or 0xDDB47C) is known color: Maize. HEX triplet: DD, B4 and 7C. RGB value is (221,180,124). Sum of RGB (Red+Green+Blue) = 221+180+124=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 124 (48.83% from 255 or 23.62% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB47C is #224B83. Grayscale: #BABABA. Windows color (decimal): -2247556 or 8172765. OLE color: 8172765.
HSL color Cylindrical-coordinate representation of color #DDB47C: hue angle of 34.64º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDB47C is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 124 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.13 |
| HSL | 34.64º | 0.59% | 0.68% | - |
| HSV(B) | 34.64º | 0.44% | 0.87% | - |
| XYZ | 49.78 | 49.47 | 25.99 | - |
| YUV | 185.88 | 93.08 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 124 | 0 | 0.19 | 0.44 | 0.13 | 34.64 | 0.59 | 0.68 |
| Hex | DD | B4 | 7C | 0 | 13 | 2C | D | 23 | 3B | 44 |
| Octal | 335 | 264 | 174 | 0 | 23 | 54 | 15 | 43 | 73 | 104 |
| Binary | 11011101 | 10110100 | 1111100 | 0 | 10011 | 101100 | 1101 | 100011 | 111011 | 1000100 |
Color Harmonies of #DDB47C
Complementary color
Monochromatic Colors of #DDB47C
Black with #DDB47C
Text Example
Text Example
White with #DDB47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB47C; }
p { color: rgb(221,180,124); }
H1.HeaderClassName
{
color: #DDB47C;
}
.AnyTagClassName
{
color: #DDB47C;
}
</style>
background-color css
<style>
a { background-color: #DDB47C; }
a { background-color: rgb(221,180,124); }
div.DivClassName
{
background-color: #DDB47C;
}
.BgClassName
{
background-color: #DDB47C;
}
</style>
border-color css
<style>
span { border-color: #DDB47C; }
span { border-color: rgb(221,180,124); }
td.TdClassName
{
border-color: #DDB47C;
}
.TagClassName
{
border-color: #DDB47C;
}
</style>