Shades of Maize #DDB57B
Tints of Maize #DDB57B
RGB
CMYK
RGB Variations
Color information
#DDB57B (or 0xDDB57B) is known color: Maize. HEX triplet: DD, B5 and 7B. RGB value is (221,181,123). Sum of RGB (Red+Green+Blue) = 221+181+123=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 181 (71.09% from 255 or 34.48% from 525); Blue value is 123 (48.44% from 255 or 23.43% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB57B is #224A84. Grayscale: #BABABA. Windows color (decimal): -2247301 or 8107485. OLE color: 8107485.
HSL color Cylindrical-coordinate representation of color #DDB57B: hue angle of 35.51º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDB57B is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 123 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.13 |
| HSL | 35.51º | 0.59% | 0.67% | - |
| HSV(B) | 35.51º | 0.44% | 0.87% | - |
| XYZ | 49.92 | 49.85 | 25.73 | - |
| YUV | 186.35 | 92.25 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 123 | 0 | 0.18 | 0.44 | 0.13 | 35.51 | 0.59 | 0.67 |
| Hex | DD | B5 | 7B | 0 | 12 | 2C | D | 24 | 3B | 43 |
| Octal | 335 | 265 | 173 | 0 | 22 | 54 | 15 | 44 | 73 | 103 |
| Binary | 11011101 | 10110101 | 1111011 | 0 | 10010 | 101100 | 1101 | 100100 | 111011 | 1000011 |
Color Harmonies of #DDB57B
Complementary color
Monochromatic Colors of #DDB57B
Black with #DDB57B
Text Example
Text Example
White with #DDB57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB57B; }
p { color: rgb(221,181,123); }
H1.HeaderClassName
{
color: #DDB57B;
}
.AnyTagClassName
{
color: #DDB57B;
}
</style>
background-color css
<style>
a { background-color: #DDB57B; }
a { background-color: rgb(221,181,123); }
div.DivClassName
{
background-color: #DDB57B;
}
.BgClassName
{
background-color: #DDB57B;
}
</style>
border-color css
<style>
span { border-color: #DDB57B; }
span { border-color: rgb(221,181,123); }
td.TdClassName
{
border-color: #DDB57B;
}
.TagClassName
{
border-color: #DDB57B;
}
</style>