Shades of Maize #DDB57C
Tints of Maize #DDB57C
RGB
CMYK
RGB Variations
Color information
#DDB57C (or 0xDDB57C) is known color: Maize. HEX triplet: DD, B5 and 7C. RGB value is (221,181,124). Sum of RGB (Red+Green+Blue) = 221+181+124=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 124 (48.83% from 255 or 23.57% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB57C is #224A83. Grayscale: #BABABA. Windows color (decimal): -2247300 or 8173021. OLE color: 8173021.
HSL color Cylindrical-coordinate representation of color #DDB57C: hue angle of 35.26º 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 #DDB57C is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 124 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.13 |
| HSL | 35.26º | 0.59% | 0.68% | - |
| HSV(B) | 35.26º | 0.44% | 0.87% | - |
| XYZ | 49.98 | 49.88 | 26.06 | - |
| YUV | 186.46 | 92.75 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 124 | 0 | 0.18 | 0.44 | 0.13 | 35.26 | 0.59 | 0.68 |
| Hex | DD | B5 | 7C | 0 | 12 | 2C | D | 23 | 3B | 44 |
| Octal | 335 | 265 | 174 | 0 | 22 | 54 | 15 | 43 | 73 | 104 |
| Binary | 11011101 | 10110101 | 1111100 | 0 | 10010 | 101100 | 1101 | 100011 | 111011 | 1000100 |
Color Harmonies of #DDB57C
Complementary color
Monochromatic Colors of #DDB57C
Black with #DDB57C
Text Example
Text Example
White with #DDB57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB57C; }
p { color: rgb(221,181,124); }
H1.HeaderClassName
{
color: #DDB57C;
}
.AnyTagClassName
{
color: #DDB57C;
}
</style>
background-color css
<style>
a { background-color: #DDB57C; }
a { background-color: rgb(221,181,124); }
div.DivClassName
{
background-color: #DDB57C;
}
.BgClassName
{
background-color: #DDB57C;
}
</style>
border-color css
<style>
span { border-color: #DDB57C; }
span { border-color: rgb(221,181,124); }
td.TdClassName
{
border-color: #DDB57C;
}
.TagClassName
{
border-color: #DDB57C;
}
</style>