Shades of Maize #DBB67C
Tints of Maize #DBB67C
RGB
CMYK
RGB Variations
Color information
#DBB67C (or 0xDBB67C) is known color: Maize. HEX triplet: DB, B6 and 7C. RGB value is (219,182,124). Sum of RGB (Red+Green+Blue) = 219+182+124=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 124 (48.83% from 255 or 23.62% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB67C is #244983. Grayscale: #BABABA. Windows color (decimal): -2378116 or 8173275. OLE color: 8173275.
HSL color Cylindrical-coordinate representation of color #DBB67C: hue angle of 36.63º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBB67C is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 124 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.14 |
| HSL | 36.63º | 0.57% | 0.67% | - |
| HSV(B) | 36.63º | 0.43% | 0.86% | - |
| XYZ | 49.58 | 49.97 | 26.1 | - |
| YUV | 186.45 | 92.76 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 124 | 0 | 0.17 | 0.43 | 0.14 | 36.63 | 0.57 | 0.67 |
| Hex | DB | B6 | 7C | 0 | 11 | 2B | E | 25 | 39 | 43 |
| Octal | 333 | 266 | 174 | 0 | 21 | 53 | 16 | 45 | 71 | 103 |
| Binary | 11011011 | 10110110 | 1111100 | 0 | 10001 | 101011 | 1110 | 100101 | 111001 | 1000011 |
Color Harmonies of #DBB67C
Complementary color
Monochromatic Colors of #DBB67C
Black with #DBB67C
Text Example
Text Example
White with #DBB67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB67C; }
p { color: rgb(219,182,124); }
H1.HeaderClassName
{
color: #DBB67C;
}
.AnyTagClassName
{
color: #DBB67C;
}
</style>
background-color css
<style>
a { background-color: #DBB67C; }
a { background-color: rgb(219,182,124); }
div.DivClassName
{
background-color: #DBB67C;
}
.BgClassName
{
background-color: #DBB67C;
}
</style>
border-color css
<style>
span { border-color: #DBB67C; }
span { border-color: rgb(219,182,124); }
td.TdClassName
{
border-color: #DBB67C;
}
.TagClassName
{
border-color: #DBB67C;
}
</style>