Shades of Maize #DDB37B
Tints of Maize #DDB37B
RGB
CMYK
RGB Variations
Color information
#DDB37B (or 0xDDB37B) is known color: Maize. HEX triplet: DD, B3 and 7B. RGB value is (221,179,123). Sum of RGB (Red+Green+Blue) = 221+179+123=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB37B is #224C84. Grayscale: #B9B9B9. Windows color (decimal): -2247813 or 8106973. OLE color: 8106973.
HSL color Cylindrical-coordinate representation of color #DDB37B: hue angle of 34.29º 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 #DDB37B is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 123 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.13 |
| HSL | 34.29º | 0.59% | 0.67% | - |
| HSV(B) | 34.29º | 0.44% | 0.87% | - |
| XYZ | 49.51 | 49.04 | 25.6 | - |
| YUV | 185.17 | 92.91 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 123 | 0 | 0.19 | 0.44 | 0.13 | 34.29 | 0.59 | 0.67 |
| Hex | DD | B3 | 7B | 0 | 13 | 2C | D | 22 | 3B | 43 |
| Octal | 335 | 263 | 173 | 0 | 23 | 54 | 15 | 42 | 73 | 103 |
| Binary | 11011101 | 10110011 | 1111011 | 0 | 10011 | 101100 | 1101 | 100010 | 111011 | 1000011 |
Color Harmonies of #DDB37B
Complementary color
Monochromatic Colors of #DDB37B
Black with #DDB37B
Text Example
Text Example
White with #DDB37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB37B; }
p { color: rgb(221,179,123); }
H1.HeaderClassName
{
color: #DDB37B;
}
.AnyTagClassName
{
color: #DDB37B;
}
</style>
background-color css
<style>
a { background-color: #DDB37B; }
a { background-color: rgb(221,179,123); }
div.DivClassName
{
background-color: #DDB37B;
}
.BgClassName
{
background-color: #DDB37B;
}
</style>
border-color css
<style>
span { border-color: #DDB37B; }
span { border-color: rgb(221,179,123); }
td.TdClassName
{
border-color: #DDB37B;
}
.TagClassName
{
border-color: #DDB37B;
}
</style>