Shades of Maize #DBB67D
Tints of Maize #DBB67D
RGB
CMYK
RGB Variations
Color information
#DBB67D (or 0xDBB67D) is known color: Maize. HEX triplet: DB, B6 and 7D. RGB value is (219,182,125). Sum of RGB (Red+Green+Blue) = 219+182+125=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB67D is #244982. Grayscale: #BABABA. Windows color (decimal): -2378115 or 8238811. OLE color: 8238811.
HSL color Cylindrical-coordinate representation of color #DBB67D: hue angle of 36.38º 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 #DBB67D is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 125 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.14 |
| HSL | 36.38º | 0.57% | 0.67% | - |
| HSV(B) | 36.38º | 0.43% | 0.86% | - |
| XYZ | 49.64 | 50 | 26.44 | - |
| YUV | 186.57 | 93.26 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 125 | 0 | 0.17 | 0.43 | 0.14 | 36.38 | 0.57 | 0.67 |
| Hex | DB | B6 | 7D | 0 | 11 | 2B | E | 24 | 39 | 43 |
| Octal | 333 | 266 | 175 | 0 | 21 | 53 | 16 | 44 | 71 | 103 |
| Binary | 11011011 | 10110110 | 1111101 | 0 | 10001 | 101011 | 1110 | 100100 | 111001 | 1000011 |
Color Harmonies of #DBB67D
Complementary color
Monochromatic Colors of #DBB67D
Black with #DBB67D
Text Example
Text Example
White with #DBB67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB67D; }
p { color: rgb(219,182,125); }
H1.HeaderClassName
{
color: #DBB67D;
}
.AnyTagClassName
{
color: #DBB67D;
}
</style>
background-color css
<style>
a { background-color: #DBB67D; }
a { background-color: rgb(219,182,125); }
div.DivClassName
{
background-color: #DBB67D;
}
.BgClassName
{
background-color: #DBB67D;
}
</style>
border-color css
<style>
span { border-color: #DBB67D; }
span { border-color: rgb(219,182,125); }
td.TdClassName
{
border-color: #DBB67D;
}
.TagClassName
{
border-color: #DBB67D;
}
</style>