Shades of Maize #DBB47D
Tints of Maize #DBB47D
RGB
CMYK
RGB Variations
Color information
#DBB47D (or 0xDBB47D) is known color: Maize. HEX triplet: DB, B4 and 7D. RGB value is (219,180,125). Sum of RGB (Red+Green+Blue) = 219+180+125=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB47D is #244B82. Grayscale: #B9B9B9. Windows color (decimal): -2378627 or 8238299. OLE color: 8238299.
HSL color Cylindrical-coordinate representation of color #DBB47D: hue angle of 35.11º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBB47D is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 125 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.14 |
| HSL | 35.11º | 0.57% | 0.67% | - |
| HSV(B) | 35.11º | 0.43% | 0.86% | - |
| XYZ | 49.24 | 49.18 | 26.3 | - |
| YUV | 185.39 | 93.92 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 125 | 0 | 0.18 | 0.43 | 0.14 | 35.11 | 0.57 | 0.67 |
| Hex | DB | B4 | 7D | 0 | 12 | 2B | E | 23 | 39 | 43 |
| Octal | 333 | 264 | 175 | 0 | 22 | 53 | 16 | 43 | 71 | 103 |
| Binary | 11011011 | 10110100 | 1111101 | 0 | 10010 | 101011 | 1110 | 100011 | 111001 | 1000011 |
Color Harmonies of #DBB47D
Complementary color
Monochromatic Colors of #DBB47D
Black with #DBB47D
Text Example
Text Example
White with #DBB47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB47D; }
p { color: rgb(219,180,125); }
H1.HeaderClassName
{
color: #DBB47D;
}
.AnyTagClassName
{
color: #DBB47D;
}
</style>
background-color css
<style>
a { background-color: #DBB47D; }
a { background-color: rgb(219,180,125); }
div.DivClassName
{
background-color: #DBB47D;
}
.BgClassName
{
background-color: #DBB47D;
}
</style>
border-color css
<style>
span { border-color: #DBB47D; }
span { border-color: rgb(219,180,125); }
td.TdClassName
{
border-color: #DBB47D;
}
.TagClassName
{
border-color: #DBB47D;
}
</style>