Shades of Maize #DDB676
Tints of Maize #DDB676
RGB
CMYK
RGB Variations
Color information
#DDB676 (or 0xDDB676) is known color: Maize. HEX triplet: DD, B6 and 76. RGB value is (221,182,118). Sum of RGB (Red+Green+Blue) = 221+182+118=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 118 (46.48% from 255 or 22.65% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB676 is #224989. Grayscale: #BABABA. Windows color (decimal): -2247050 or 7780061. OLE color: 7780061.
HSL color Cylindrical-coordinate representation of color #DDB676: hue angle of 37.28º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDB676 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 118 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.13 |
| HSL | 37.28º | 0.6% | 0.66% | - |
| HSV(B) | 37.28º | 0.47% | 0.87% | - |
| XYZ | 49.82 | 50.14 | 24.19 | - |
| YUV | 186.37 | 89.42 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 118 | 0 | 0.18 | 0.47 | 0.13 | 37.28 | 0.6 | 0.66 |
| Hex | DD | B6 | 76 | 0 | 12 | 2F | D | 25 | 3C | 42 |
| Octal | 335 | 266 | 166 | 0 | 22 | 57 | 15 | 45 | 74 | 102 |
| Binary | 11011101 | 10110110 | 1110110 | 0 | 10010 | 101111 | 1101 | 100101 | 111100 | 1000010 |
Color Harmonies of #DDB676
Complementary color
Monochromatic Colors of #DDB676
Black with #DDB676
Text Example
Text Example
White with #DDB676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB676; }
p { color: rgb(221,182,118); }
H1.HeaderClassName
{
color: #DDB676;
}
.AnyTagClassName
{
color: #DDB676;
}
</style>
background-color css
<style>
a { background-color: #DDB676; }
a { background-color: rgb(221,182,118); }
div.DivClassName
{
background-color: #DDB676;
}
.BgClassName
{
background-color: #DDB676;
}
</style>
border-color css
<style>
span { border-color: #DDB676; }
span { border-color: rgb(221,182,118); }
td.TdClassName
{
border-color: #DDB676;
}
.TagClassName
{
border-color: #DDB676;
}
</style>