Shades of Maize #DDB67C
Tints of Maize #DDB67C
RGB
CMYK
RGB Variations
Color information
#DDB67C (or 0xDDB67C) is known color: Maize. HEX triplet: DD, B6 and 7C. RGB value is (221,182,124). Sum of RGB (Red+Green+Blue) = 221+182+124=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB67C is #224983. Grayscale: #BBBBBB. Windows color (decimal): -2247044 or 8173277. OLE color: 8173277.
HSL color Cylindrical-coordinate representation of color #DDB67C: hue angle of 35.88º 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 #DDB67C is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 124 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.13 |
| HSL | 35.88º | 0.59% | 0.68% | - |
| HSV(B) | 35.88º | 0.44% | 0.87% | - |
| XYZ | 50.18 | 50.28 | 26.13 | - |
| YUV | 187.05 | 92.42 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 124 | 0 | 0.18 | 0.44 | 0.13 | 35.88 | 0.59 | 0.68 |
| Hex | DD | B6 | 7C | 0 | 12 | 2C | D | 24 | 3B | 44 |
| Octal | 335 | 266 | 174 | 0 | 22 | 54 | 15 | 44 | 73 | 104 |
| Binary | 11011101 | 10110110 | 1111100 | 0 | 10010 | 101100 | 1101 | 100100 | 111011 | 1000100 |
Color Harmonies of #DDB67C
Complementary color
Monochromatic Colors of #DDB67C
Black with #DDB67C
Text Example
Text Example
White with #DDB67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB67C; }
p { color: rgb(221,182,124); }
H1.HeaderClassName
{
color: #DDB67C;
}
.AnyTagClassName
{
color: #DDB67C;
}
</style>
background-color css
<style>
a { background-color: #DDB67C; }
a { background-color: rgb(221,182,124); }
div.DivClassName
{
background-color: #DDB67C;
}
.BgClassName
{
background-color: #DDB67C;
}
</style>
border-color css
<style>
span { border-color: #DDB67C; }
span { border-color: rgb(221,182,124); }
td.TdClassName
{
border-color: #DDB67C;
}
.TagClassName
{
border-color: #DDB67C;
}
</style>