Shades of Maize #DBB47A
Tints of Maize #DBB47A
RGB
CMYK
RGB Variations
Color information
#DBB47A (or 0xDBB47A) is known color: Maize. HEX triplet: DB, B4 and 7A. RGB value is (219,180,122). Sum of RGB (Red+Green+Blue) = 219+180+122=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB47A is #244B85. Grayscale: #B9B9B9. Windows color (decimal): -2378630 or 8041691. OLE color: 8041691.
HSL color Cylindrical-coordinate representation of color #DBB47A: hue angle of 35.88º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBB47A is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 122 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.14 |
| HSL | 35.88º | 0.57% | 0.67% | - |
| HSV(B) | 35.88º | 0.44% | 0.86% | - |
| XYZ | 49.05 | 49.11 | 25.31 | - |
| YUV | 185.05 | 92.42 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 122 | 0 | 0.18 | 0.44 | 0.14 | 35.88 | 0.57 | 0.67 |
| Hex | DB | B4 | 7A | 0 | 12 | 2C | E | 24 | 39 | 43 |
| Octal | 333 | 264 | 172 | 0 | 22 | 54 | 16 | 44 | 71 | 103 |
| Binary | 11011011 | 10110100 | 1111010 | 0 | 10010 | 101100 | 1110 | 100100 | 111001 | 1000011 |
Color Harmonies of #DBB47A
Complementary color
Monochromatic Colors of #DBB47A
Black with #DBB47A
Text Example
Text Example
White with #DBB47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB47A; }
p { color: rgb(219,180,122); }
H1.HeaderClassName
{
color: #DBB47A;
}
.AnyTagClassName
{
color: #DBB47A;
}
</style>
background-color css
<style>
a { background-color: #DBB47A; }
a { background-color: rgb(219,180,122); }
div.DivClassName
{
background-color: #DBB47A;
}
.BgClassName
{
background-color: #DBB47A;
}
</style>
border-color css
<style>
span { border-color: #DBB47A; }
span { border-color: rgb(219,180,122); }
td.TdClassName
{
border-color: #DBB47A;
}
.TagClassName
{
border-color: #DBB47A;
}
</style>