Shades of Maize #DDB880
Tints of Maize #DDB880
RGB
CMYK
RGB Variations
Color information
#DDB880 (or 0xDDB880) is known color: Maize. HEX triplet: DD, B8 and 80. RGB value is (221,184,128). Sum of RGB (Red+Green+Blue) = 221+184+128=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 184 (72.27% from 255 or 34.52% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB880 is #22477F. Grayscale: #BCBCBC. Windows color (decimal): -2246528 or 8435933. OLE color: 8435933.
HSL color Cylindrical-coordinate representation of color #DDB880: hue angle of 36.13º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDB880 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 128 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.13 |
| HSL | 36.13º | 0.58% | 0.68% | - |
| HSV(B) | 36.13º | 0.42% | 0.87% | - |
| XYZ | 50.86 | 51.21 | 27.63 | - |
| YUV | 188.68 | 93.76 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 128 | 0 | 0.17 | 0.42 | 0.13 | 36.13 | 0.58 | 0.68 |
| Hex | DD | B8 | 80 | 0 | 11 | 2A | D | 24 | 3A | 44 |
| Octal | 335 | 270 | 200 | 0 | 21 | 52 | 15 | 44 | 72 | 104 |
| Binary | 11011101 | 10111000 | 10000000 | 0 | 10001 | 101010 | 1101 | 100100 | 111010 | 1000100 |
Color Harmonies of #DDB880
Complementary color
Monochromatic Colors of #DDB880
Black with #DDB880
Text Example
Text Example
White with #DDB880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB880; }
p { color: rgb(221,184,128); }
H1.HeaderClassName
{
color: #DDB880;
}
.AnyTagClassName
{
color: #DDB880;
}
</style>
background-color css
<style>
a { background-color: #DDB880; }
a { background-color: rgb(221,184,128); }
div.DivClassName
{
background-color: #DDB880;
}
.BgClassName
{
background-color: #DDB880;
}
</style>
border-color css
<style>
span { border-color: #DDB880; }
span { border-color: rgb(221,184,128); }
td.TdClassName
{
border-color: #DDB880;
}
.TagClassName
{
border-color: #DDB880;
}
</style>