Shades of Maize #DDB577
Tints of Maize #DDB577
RGB
CMYK
RGB Variations
Color information
#DDB577 (or 0xDDB577) is known color: Maize. HEX triplet: DD, B5 and 77. RGB value is (221,181,119). Sum of RGB (Red+Green+Blue) = 221+181+119=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 119 (46.88% from 255 or 22.84% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB577 is #224A88. Grayscale: #BABABA. Windows color (decimal): -2247305 or 7845341. OLE color: 7845341.
HSL color Cylindrical-coordinate representation of color #DDB577: hue angle of 36.47º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDB577 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 119 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.13 |
| HSL | 36.47º | 0.6% | 0.67% | - |
| HSV(B) | 36.47º | 0.46% | 0.87% | - |
| XYZ | 49.67 | 49.75 | 24.44 | - |
| YUV | 185.89 | 90.25 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 119 | 0 | 0.18 | 0.46 | 0.13 | 36.47 | 0.6 | 0.67 |
| Hex | DD | B5 | 77 | 0 | 12 | 2E | D | 24 | 3C | 43 |
| Octal | 335 | 265 | 167 | 0 | 22 | 56 | 15 | 44 | 74 | 103 |
| Binary | 11011101 | 10110101 | 1110111 | 0 | 10010 | 101110 | 1101 | 100100 | 111100 | 1000011 |
Color Harmonies of #DDB577
Complementary color
Monochromatic Colors of #DDB577
Black with #DDB577
Text Example
Text Example
White with #DDB577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB577; }
p { color: rgb(221,181,119); }
H1.HeaderClassName
{
color: #DDB577;
}
.AnyTagClassName
{
color: #DDB577;
}
</style>
background-color css
<style>
a { background-color: #DDB577; }
a { background-color: rgb(221,181,119); }
div.DivClassName
{
background-color: #DDB577;
}
.BgClassName
{
background-color: #DDB577;
}
</style>
border-color css
<style>
span { border-color: #DDB577; }
span { border-color: rgb(221,181,119); }
td.TdClassName
{
border-color: #DDB577;
}
.TagClassName
{
border-color: #DDB577;
}
</style>