Shades of Maize #DDB77C
Tints of Maize #DDB77C
RGB
CMYK
RGB Variations
Color information
#DDB77C (or 0xDDB77C) is known color: Maize. HEX triplet: DD, B7 and 7C. RGB value is (221,183,124). Sum of RGB (Red+Green+Blue) = 221+183+124=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 124 (48.83% from 255 or 23.48% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB77C is #224883. Grayscale: #BBBBBB. Windows color (decimal): -2246788 or 8173533. OLE color: 8173533.
HSL color Cylindrical-coordinate representation of color #DDB77C: hue angle of 36.49º 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 #DDB77C is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 124 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.13 |
| HSL | 36.49º | 0.59% | 0.68% | - |
| HSV(B) | 36.49º | 0.44% | 0.87% | - |
| XYZ | 50.39 | 50.69 | 26.2 | - |
| YUV | 187.64 | 92.09 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 124 | 0 | 0.17 | 0.44 | 0.13 | 36.49 | 0.59 | 0.68 |
| Hex | DD | B7 | 7C | 0 | 11 | 2C | D | 24 | 3B | 44 |
| Octal | 335 | 267 | 174 | 0 | 21 | 54 | 15 | 44 | 73 | 104 |
| Binary | 11011101 | 10110111 | 1111100 | 0 | 10001 | 101100 | 1101 | 100100 | 111011 | 1000100 |
Color Harmonies of #DDB77C
Complementary color
Monochromatic Colors of #DDB77C
Black with #DDB77C
Text Example
Text Example
White with #DDB77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB77C; }
p { color: rgb(221,183,124); }
H1.HeaderClassName
{
color: #DDB77C;
}
.AnyTagClassName
{
color: #DDB77C;
}
</style>
background-color css
<style>
a { background-color: #DDB77C; }
a { background-color: rgb(221,183,124); }
div.DivClassName
{
background-color: #DDB77C;
}
.BgClassName
{
background-color: #DDB77C;
}
</style>
border-color css
<style>
span { border-color: #DDB77C; }
span { border-color: rgb(221,183,124); }
td.TdClassName
{
border-color: #DDB77C;
}
.TagClassName
{
border-color: #DDB77C;
}
</style>