Shades of Maize #DDB67B
Tints of Maize #DDB67B
RGB
CMYK
RGB Variations
Color information
#DDB67B (or 0xDDB67B) is known color: Maize. HEX triplet: DD, B6 and 7B. RGB value is (221,182,123). Sum of RGB (Red+Green+Blue) = 221+182+123=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 123 (48.44% from 255 or 23.38% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB67B is #224984. Grayscale: #BBBBBB. Windows color (decimal): -2247045 or 8107741. OLE color: 8107741.
HSL color Cylindrical-coordinate representation of color #DDB67B: hue angle of 36.12º 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 #DDB67B is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 123 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.13 |
| HSL | 36.12º | 0.59% | 0.67% | - |
| HSV(B) | 36.12º | 0.44% | 0.87% | - |
| XYZ | 50.12 | 50.26 | 25.8 | - |
| YUV | 186.94 | 91.92 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 123 | 0 | 0.18 | 0.44 | 0.13 | 36.12 | 0.59 | 0.67 |
| Hex | DD | B6 | 7B | 0 | 12 | 2C | D | 24 | 3B | 43 |
| Octal | 335 | 266 | 173 | 0 | 22 | 54 | 15 | 44 | 73 | 103 |
| Binary | 11011101 | 10110110 | 1111011 | 0 | 10010 | 101100 | 1101 | 100100 | 111011 | 1000011 |
Color Harmonies of #DDB67B
Complementary color
Monochromatic Colors of #DDB67B
Black with #DDB67B
Text Example
Text Example
White with #DDB67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB67B; }
p { color: rgb(221,182,123); }
H1.HeaderClassName
{
color: #DDB67B;
}
.AnyTagClassName
{
color: #DDB67B;
}
</style>
background-color css
<style>
a { background-color: #DDB67B; }
a { background-color: rgb(221,182,123); }
div.DivClassName
{
background-color: #DDB67B;
}
.BgClassName
{
background-color: #DDB67B;
}
</style>
border-color css
<style>
span { border-color: #DDB67B; }
span { border-color: rgb(221,182,123); }
td.TdClassName
{
border-color: #DDB67B;
}
.TagClassName
{
border-color: #DDB67B;
}
</style>