Shades of Maize #DDB87B
Tints of Maize #DDB87B
RGB
CMYK
RGB Variations
Color information
#DDB87B (or 0xDDB87B) is known color: Maize. HEX triplet: DD, B8 and 7B. RGB value is (221,184,123). Sum of RGB (Red+Green+Blue) = 221+184+123=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 123 (48.44% from 255 or 23.30% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB87B is #224784. Grayscale: #BCBCBC. Windows color (decimal): -2246533 or 8108253. OLE color: 8108253.
HSL color Cylindrical-coordinate representation of color #DDB87B: hue angle of 37.35º 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 #DDB87B is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 123 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.13 |
| HSL | 37.35º | 0.59% | 0.67% | - |
| HSV(B) | 37.35º | 0.44% | 0.87% | - |
| XYZ | 50.53 | 51.08 | 25.94 | - |
| YUV | 188.11 | 91.26 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 123 | 0 | 0.17 | 0.44 | 0.13 | 37.35 | 0.59 | 0.67 |
| Hex | DD | B8 | 7B | 0 | 11 | 2C | D | 25 | 3B | 43 |
| Octal | 335 | 270 | 173 | 0 | 21 | 54 | 15 | 45 | 73 | 103 |
| Binary | 11011101 | 10111000 | 1111011 | 0 | 10001 | 101100 | 1101 | 100101 | 111011 | 1000011 |
Color Harmonies of #DDB87B
Complementary color
Monochromatic Colors of #DDB87B
Black with #DDB87B
Text Example
Text Example
White with #DDB87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB87B; }
p { color: rgb(221,184,123); }
H1.HeaderClassName
{
color: #DDB87B;
}
.AnyTagClassName
{
color: #DDB87B;
}
</style>
background-color css
<style>
a { background-color: #DDB87B; }
a { background-color: rgb(221,184,123); }
div.DivClassName
{
background-color: #DDB87B;
}
.BgClassName
{
background-color: #DDB87B;
}
</style>
border-color css
<style>
span { border-color: #DDB87B; }
span { border-color: rgb(221,184,123); }
td.TdClassName
{
border-color: #DDB87B;
}
.TagClassName
{
border-color: #DDB87B;
}
</style>