Shades of Maize #DDB67A
Tints of Maize #DDB67A
RGB
CMYK
RGB Variations
Color information
#DDB67A (or 0xDDB67A) is known color: Maize. HEX triplet: DD, B6 and 7A. RGB value is (221,182,122). Sum of RGB (Red+Green+Blue) = 221+182+122=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB67A is #224985. Grayscale: #BBBBBB. Windows color (decimal): -2247046 or 8042205. OLE color: 8042205.
HSL color Cylindrical-coordinate representation of color #DDB67A: hue angle of 36.36º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDB67A is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 122 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.13 |
| HSL | 36.36º | 0.59% | 0.67% | - |
| HSV(B) | 36.36º | 0.45% | 0.87% | - |
| XYZ | 50.06 | 50.23 | 25.47 | - |
| YUV | 186.82 | 91.42 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 122 | 0 | 0.18 | 0.45 | 0.13 | 36.36 | 0.59 | 0.67 |
| Hex | DD | B6 | 7A | 0 | 12 | 2D | D | 24 | 3B | 43 |
| Octal | 335 | 266 | 172 | 0 | 22 | 55 | 15 | 44 | 73 | 103 |
| Binary | 11011101 | 10110110 | 1111010 | 0 | 10010 | 101101 | 1101 | 100100 | 111011 | 1000011 |
Color Harmonies of #DDB67A
Complementary color
Monochromatic Colors of #DDB67A
Black with #DDB67A
Text Example
Text Example
White with #DDB67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB67A; }
p { color: rgb(221,182,122); }
H1.HeaderClassName
{
color: #DDB67A;
}
.AnyTagClassName
{
color: #DDB67A;
}
</style>
background-color css
<style>
a { background-color: #DDB67A; }
a { background-color: rgb(221,182,122); }
div.DivClassName
{
background-color: #DDB67A;
}
.BgClassName
{
background-color: #DDB67A;
}
</style>
border-color css
<style>
span { border-color: #DDB67A; }
span { border-color: rgb(221,182,122); }
td.TdClassName
{
border-color: #DDB67A;
}
.TagClassName
{
border-color: #DDB67A;
}
</style>