Shades of Maize #DDB37C
Tints of Maize #DDB37C
RGB
CMYK
RGB Variations
Color information
#DDB37C (or 0xDDB37C) is known color: Maize. HEX triplet: DD, B3 and 7C. RGB value is (221,179,124). Sum of RGB (Red+Green+Blue) = 221+179+124=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 124 (48.83% from 255 or 23.66% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB37C is #224C83. Grayscale: #B9B9B9. Windows color (decimal): -2247812 or 8172509. OLE color: 8172509.
HSL color Cylindrical-coordinate representation of color #DDB37C: hue angle of 34.02º 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 #DDB37C is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 124 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.13 |
| HSL | 34.02º | 0.59% | 0.68% | - |
| HSV(B) | 34.02º | 0.44% | 0.87% | - |
| XYZ | 49.58 | 49.07 | 25.93 | - |
| YUV | 185.29 | 93.41 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 124 | 0 | 0.19 | 0.44 | 0.13 | 34.02 | 0.59 | 0.68 |
| Hex | DD | B3 | 7C | 0 | 13 | 2C | D | 22 | 3B | 44 |
| Octal | 335 | 263 | 174 | 0 | 23 | 54 | 15 | 42 | 73 | 104 |
| Binary | 11011101 | 10110011 | 1111100 | 0 | 10011 | 101100 | 1101 | 100010 | 111011 | 1000100 |
Color Harmonies of #DDB37C
Complementary color
Monochromatic Colors of #DDB37C
Black with #DDB37C
Text Example
Text Example
White with #DDB37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB37C; }
p { color: rgb(221,179,124); }
H1.HeaderClassName
{
color: #DDB37C;
}
.AnyTagClassName
{
color: #DDB37C;
}
</style>
background-color css
<style>
a { background-color: #DDB37C; }
a { background-color: rgb(221,179,124); }
div.DivClassName
{
background-color: #DDB37C;
}
.BgClassName
{
background-color: #DDB37C;
}
</style>
border-color css
<style>
span { border-color: #DDB37C; }
span { border-color: rgb(221,179,124); }
td.TdClassName
{
border-color: #DDB37C;
}
.TagClassName
{
border-color: #DDB37C;
}
</style>