Shades of Maize #DBB379
Tints of Maize #DBB379
RGB
CMYK
RGB Variations
Color information
#DBB379 (or 0xDBB379) is known color: Maize. HEX triplet: DB, B3 and 79. RGB value is (219,179,121). Sum of RGB (Red+Green+Blue) = 219+179+121=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 121 (47.66% from 255 or 23.31% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB379 is #244C86. Grayscale: #B8B8B8. Windows color (decimal): -2378887 or 7975899. OLE color: 7975899.
HSL color Cylindrical-coordinate representation of color #DBB379: hue angle of 35.51º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBB379 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 121 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.14 |
| HSL | 35.51º | 0.58% | 0.67% | - |
| HSV(B) | 35.51º | 0.45% | 0.86% | - |
| XYZ | 48.78 | 48.68 | 24.91 | - |
| YUV | 184.35 | 92.25 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 121 | 0 | 0.18 | 0.45 | 0.14 | 35.51 | 0.58 | 0.67 |
| Hex | DB | B3 | 79 | 0 | 12 | 2D | E | 24 | 3A | 43 |
| Octal | 333 | 263 | 171 | 0 | 22 | 55 | 16 | 44 | 72 | 103 |
| Binary | 11011011 | 10110011 | 1111001 | 0 | 10010 | 101101 | 1110 | 100100 | 111010 | 1000011 |
Color Harmonies of #DBB379
Complementary color
Monochromatic Colors of #DBB379
Black with #DBB379
Text Example
Text Example
White with #DBB379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB379; }
p { color: rgb(219,179,121); }
H1.HeaderClassName
{
color: #DBB379;
}
.AnyTagClassName
{
color: #DBB379;
}
</style>
background-color css
<style>
a { background-color: #DBB379; }
a { background-color: rgb(219,179,121); }
div.DivClassName
{
background-color: #DBB379;
}
.BgClassName
{
background-color: #DBB379;
}
</style>
border-color css
<style>
span { border-color: #DBB379; }
span { border-color: rgb(219,179,121); }
td.TdClassName
{
border-color: #DBB379;
}
.TagClassName
{
border-color: #DBB379;
}
</style>