Shades of Maize #DDB778
Tints of Maize #DDB778
RGB
CMYK
RGB Variations
Color information
#DDB778 (or 0xDDB778) is known color: Maize. HEX triplet: DD, B7 and 78. RGB value is (221,183,120). Sum of RGB (Red+Green+Blue) = 221+183+120=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 120 (47.27% from 255 or 22.90% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB778 is #224887. Grayscale: #BBBBBB. Windows color (decimal): -2246792 or 7911389. OLE color: 7911389.
HSL color Cylindrical-coordinate representation of color #DDB778: hue angle of 37.43º 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 #DDB778 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 120 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.13 |
| HSL | 37.43º | 0.6% | 0.67% | - |
| HSV(B) | 37.43º | 0.46% | 0.87% | - |
| XYZ | 50.14 | 50.6 | 24.89 | - |
| YUV | 187.18 | 90.09 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 120 | 0 | 0.17 | 0.46 | 0.13 | 37.43 | 0.6 | 0.67 |
| Hex | DD | B7 | 78 | 0 | 11 | 2E | D | 25 | 3C | 43 |
| Octal | 335 | 267 | 170 | 0 | 21 | 56 | 15 | 45 | 74 | 103 |
| Binary | 11011101 | 10110111 | 1111000 | 0 | 10001 | 101110 | 1101 | 100101 | 111100 | 1000011 |
Color Harmonies of #DDB778
Complementary color
Monochromatic Colors of #DDB778
Black with #DDB778
Text Example
Text Example
White with #DDB778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB778; }
p { color: rgb(221,183,120); }
H1.HeaderClassName
{
color: #DDB778;
}
.AnyTagClassName
{
color: #DDB778;
}
</style>
background-color css
<style>
a { background-color: #DDB778; }
a { background-color: rgb(221,183,120); }
div.DivClassName
{
background-color: #DDB778;
}
.BgClassName
{
background-color: #DDB778;
}
</style>
border-color css
<style>
span { border-color: #DDB778; }
span { border-color: rgb(221,183,120); }
td.TdClassName
{
border-color: #DDB778;
}
.TagClassName
{
border-color: #DDB778;
}
</style>