Shades of Maize #DDB881
Tints of Maize #DDB881
RGB
CMYK
RGB Variations
Color information
#DDB881 (or 0xDDB881) is known color: Maize. HEX triplet: DD, B8 and 81. RGB value is (221,184,129). Sum of RGB (Red+Green+Blue) = 221+184+129=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 129 (50.78% from 255 or 24.16% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB881 is #22477E. Grayscale: #BDBDBD. Windows color (decimal): -2246527 or 8501469. OLE color: 8501469.
HSL color Cylindrical-coordinate representation of color #DDB881: hue angle of 35.87º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDB881 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 129 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.13 |
| HSL | 35.87º | 0.58% | 0.69% | - |
| HSV(B) | 35.87º | 0.42% | 0.87% | - |
| XYZ | 50.92 | 51.24 | 27.97 | - |
| YUV | 188.79 | 94.26 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 129 | 0 | 0.17 | 0.42 | 0.13 | 35.87 | 0.58 | 0.69 |
| Hex | DD | B8 | 81 | 0 | 11 | 2A | D | 24 | 3A | 45 |
| Octal | 335 | 270 | 201 | 0 | 21 | 52 | 15 | 44 | 72 | 105 |
| Binary | 11011101 | 10111000 | 10000001 | 0 | 10001 | 101010 | 1101 | 100100 | 111010 | 1000101 |
Color Harmonies of #DDB881
Complementary color
Monochromatic Colors of #DDB881
Black with #DDB881
Text Example
Text Example
White with #DDB881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB881; }
p { color: rgb(221,184,129); }
H1.HeaderClassName
{
color: #DDB881;
}
.AnyTagClassName
{
color: #DDB881;
}
</style>
background-color css
<style>
a { background-color: #DDB881; }
a { background-color: rgb(221,184,129); }
div.DivClassName
{
background-color: #DDB881;
}
.BgClassName
{
background-color: #DDB881;
}
</style>
border-color css
<style>
span { border-color: #DDB881; }
span { border-color: rgb(221,184,129); }
td.TdClassName
{
border-color: #DDB881;
}
.TagClassName
{
border-color: #DDB881;
}
</style>