Shades of Maize #DDB87C
Tints of Maize #DDB87C
RGB
CMYK
RGB Variations
Color information
#DDB87C (or 0xDDB87C) is known color: Maize. HEX triplet: DD, B8 and 7C. RGB value is (221,184,124). Sum of RGB (Red+Green+Blue) = 221+184+124=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 124 (48.83% from 255 or 23.44% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB87C is #224783. Grayscale: #BCBCBC. Windows color (decimal): -2246532 or 8173789. OLE color: 8173789.
HSL color Cylindrical-coordinate representation of color #DDB87C: hue angle of 37.11º 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 #DDB87C is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 124 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.13 |
| HSL | 37.11º | 0.59% | 0.68% | - |
| HSV(B) | 37.11º | 0.44% | 0.87% | - |
| XYZ | 50.6 | 51.11 | 26.27 | - |
| YUV | 188.22 | 91.76 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 124 | 0 | 0.17 | 0.44 | 0.13 | 37.11 | 0.59 | 0.68 |
| Hex | DD | B8 | 7C | 0 | 11 | 2C | D | 25 | 3B | 44 |
| Octal | 335 | 270 | 174 | 0 | 21 | 54 | 15 | 45 | 73 | 104 |
| Binary | 11011101 | 10111000 | 1111100 | 0 | 10001 | 101100 | 1101 | 100101 | 111011 | 1000100 |
Color Harmonies of #DDB87C
Complementary color
Monochromatic Colors of #DDB87C
Black with #DDB87C
Text Example
Text Example
White with #DDB87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB87C; }
p { color: rgb(221,184,124); }
H1.HeaderClassName
{
color: #DDB87C;
}
.AnyTagClassName
{
color: #DDB87C;
}
</style>
background-color css
<style>
a { background-color: #DDB87C; }
a { background-color: rgb(221,184,124); }
div.DivClassName
{
background-color: #DDB87C;
}
.BgClassName
{
background-color: #DDB87C;
}
</style>
border-color css
<style>
span { border-color: #DDB87C; }
span { border-color: rgb(221,184,124); }
td.TdClassName
{
border-color: #DDB87C;
}
.TagClassName
{
border-color: #DDB87C;
}
</style>