Shades of Maize #DBB577
Tints of Maize #DBB577
RGB
CMYK
RGB Variations
Color information
#DBB577 (or 0xDBB577) is known color: Maize. HEX triplet: DB, B5 and 77. RGB value is (219,181,119). Sum of RGB (Red+Green+Blue) = 219+181+119=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 119 (46.88% from 255 or 22.93% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB577 is #244A88. Grayscale: #B9B9B9. Windows color (decimal): -2378377 or 7845339. OLE color: 7845339.
HSL color Cylindrical-coordinate representation of color #DBB577: hue angle of 37.2º 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 #DBB577 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 119 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.14 |
| HSL | 37.2º | 0.58% | 0.66% | - |
| HSV(B) | 37.2º | 0.46% | 0.86% | - |
| XYZ | 49.07 | 49.44 | 24.41 | - |
| YUV | 185.29 | 90.59 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 119 | 0 | 0.17 | 0.46 | 0.14 | 37.2 | 0.58 | 0.66 |
| Hex | DB | B5 | 77 | 0 | 11 | 2E | E | 25 | 3A | 42 |
| Octal | 333 | 265 | 167 | 0 | 21 | 56 | 16 | 45 | 72 | 102 |
| Binary | 11011011 | 10110101 | 1110111 | 0 | 10001 | 101110 | 1110 | 100101 | 111010 | 1000010 |
Color Harmonies of #DBB577
Complementary color
Monochromatic Colors of #DBB577
Black with #DBB577
Text Example
Text Example
White with #DBB577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB577; }
p { color: rgb(219,181,119); }
H1.HeaderClassName
{
color: #DBB577;
}
.AnyTagClassName
{
color: #DBB577;
}
</style>
background-color css
<style>
a { background-color: #DBB577; }
a { background-color: rgb(219,181,119); }
div.DivClassName
{
background-color: #DBB577;
}
.BgClassName
{
background-color: #DBB577;
}
</style>
border-color css
<style>
span { border-color: #DBB577; }
span { border-color: rgb(219,181,119); }
td.TdClassName
{
border-color: #DBB577;
}
.TagClassName
{
border-color: #DBB577;
}
</style>