Shades of Maize #DBB377
Tints of Maize #DBB377
RGB
CMYK
RGB Variations
Color information
#DBB377 (or 0xDBB377) is known color: Maize. HEX triplet: DB, B3 and 77. RGB value is (219,179,119). Sum of RGB (Red+Green+Blue) = 219+179+119=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 119 (46.88% from 255 or 23.02% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB377 is #244C88. Grayscale: #B8B8B8. Windows color (decimal): -2378889 or 7844827. OLE color: 7844827.
HSL color Cylindrical-coordinate representation of color #DBB377: hue angle of 36º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBB377 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 119 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.14 |
| HSL | 36º | 0.58% | 0.66% | - |
| HSV(B) | 36º | 0.46% | 0.86% | - |
| XYZ | 48.66 | 48.63 | 24.27 | - |
| YUV | 184.12 | 91.25 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 119 | 0 | 0.18 | 0.46 | 0.14 | 36 | 0.58 | 0.66 |
| Hex | DB | B3 | 77 | 0 | 12 | 2E | E | 24 | 3A | 42 |
| Octal | 333 | 263 | 167 | 0 | 22 | 56 | 16 | 44 | 72 | 102 |
| Binary | 11011011 | 10110011 | 1110111 | 0 | 10010 | 101110 | 1110 | 100100 | 111010 | 1000010 |
Color Harmonies of #DBB377
Complementary color
Monochromatic Colors of #DBB377
Black with #DBB377
Text Example
Text Example
White with #DBB377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB377; }
p { color: rgb(219,179,119); }
H1.HeaderClassName
{
color: #DBB377;
}
.AnyTagClassName
{
color: #DBB377;
}
</style>
background-color css
<style>
a { background-color: #DBB377; }
a { background-color: rgb(219,179,119); }
div.DivClassName
{
background-color: #DBB377;
}
.BgClassName
{
background-color: #DBB377;
}
</style>
border-color css
<style>
span { border-color: #DBB377; }
span { border-color: rgb(219,179,119); }
td.TdClassName
{
border-color: #DBB377;
}
.TagClassName
{
border-color: #DBB377;
}
</style>