Shades of Maize #DBB47B
Tints of Maize #DBB47B
RGB
CMYK
RGB Variations
Color information
#DBB47B (or 0xDBB47B) is known color: Maize. HEX triplet: DB, B4 and 7B. RGB value is (219,180,123). Sum of RGB (Red+Green+Blue) = 219+180+123=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 123 (48.44% from 255 or 23.56% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB47B is #244B84. Grayscale: #B9B9B9. Windows color (decimal): -2378629 or 8107227. OLE color: 8107227.
HSL color Cylindrical-coordinate representation of color #DBB47B: hue angle of 35.62º 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 #DBB47B is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 123 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.14 |
| HSL | 35.63º | 0.57% | 0.67% | - |
| HSV(B) | 35.63º | 0.44% | 0.86% | - |
| XYZ | 49.11 | 49.13 | 25.63 | - |
| YUV | 185.16 | 92.92 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 123 | 0 | 0.18 | 0.44 | 0.14 | 35.63 | 0.57 | 0.67 |
| Hex | DB | B4 | 7B | 0 | 12 | 2C | E | 24 | 39 | 43 |
| Octal | 333 | 264 | 173 | 0 | 22 | 54 | 16 | 44 | 71 | 103 |
| Binary | 11011011 | 10110100 | 1111011 | 0 | 10010 | 101100 | 1110 | 100100 | 111001 | 1000011 |
Color Harmonies of #DBB47B
Complementary color
Monochromatic Colors of #DBB47B
Black with #DBB47B
Text Example
Text Example
White with #DBB47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB47B; }
p { color: rgb(219,180,123); }
H1.HeaderClassName
{
color: #DBB47B;
}
.AnyTagClassName
{
color: #DBB47B;
}
</style>
background-color css
<style>
a { background-color: #DBB47B; }
a { background-color: rgb(219,180,123); }
div.DivClassName
{
background-color: #DBB47B;
}
.BgClassName
{
background-color: #DBB47B;
}
</style>
border-color css
<style>
span { border-color: #DBB47B; }
span { border-color: rgb(219,180,123); }
td.TdClassName
{
border-color: #DBB47B;
}
.TagClassName
{
border-color: #DBB47B;
}
</style>