Shades of Maize #DBB57B
Tints of Maize #DBB57B
RGB
CMYK
RGB Variations
Color information
#DBB57B (or 0xDBB57B) is known color: Maize. HEX triplet: DB, B5 and 7B. RGB value is (219,181,123). Sum of RGB (Red+Green+Blue) = 219+181+123=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB57B is #244A84. Grayscale: #BABABA. Windows color (decimal): -2378373 or 8107483. OLE color: 8107483.
HSL color Cylindrical-coordinate representation of color #DBB57B: hue angle of 36.25º 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 #DBB57B is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 123 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.14 |
| HSL | 36.25º | 0.57% | 0.67% | - |
| HSV(B) | 36.25º | 0.44% | 0.86% | - |
| XYZ | 49.31 | 49.54 | 25.7 | - |
| YUV | 185.75 | 92.59 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 123 | 0 | 0.17 | 0.44 | 0.14 | 36.25 | 0.57 | 0.67 |
| Hex | DB | B5 | 7B | 0 | 11 | 2C | E | 24 | 39 | 43 |
| Octal | 333 | 265 | 173 | 0 | 21 | 54 | 16 | 44 | 71 | 103 |
| Binary | 11011011 | 10110101 | 1111011 | 0 | 10001 | 101100 | 1110 | 100100 | 111001 | 1000011 |
Color Harmonies of #DBB57B
Complementary color
Monochromatic Colors of #DBB57B
Black with #DBB57B
Text Example
Text Example
White with #DBB57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB57B; }
p { color: rgb(219,181,123); }
H1.HeaderClassName
{
color: #DBB57B;
}
.AnyTagClassName
{
color: #DBB57B;
}
</style>
background-color css
<style>
a { background-color: #DBB57B; }
a { background-color: rgb(219,181,123); }
div.DivClassName
{
background-color: #DBB57B;
}
.BgClassName
{
background-color: #DBB57B;
}
</style>
border-color css
<style>
span { border-color: #DBB57B; }
span { border-color: rgb(219,181,123); }
td.TdClassName
{
border-color: #DBB57B;
}
.TagClassName
{
border-color: #DBB57B;
}
</style>