Shades of Manz #DBDA5E
Tints of Manz #DBDA5E
RGB
CMYK
RGB Variations
Color information
#DBDA5E (or 0xDBDA5E) is known color: Manz. HEX triplet: DB, DA and 5E. RGB value is (219,218,94). Sum of RGB (Red+Green+Blue) = 219+218+94=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 94 (37.11% from 255 or 17.70% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDA5E is #2425A1. Grayscale: #CCCCCC. Windows color (decimal): -2368930 or 6216411. OLE color: 6216411.
HSL color Cylindrical-coordinate representation of color #DBDA5E: hue angle of 59.52º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBDA5E is Cyan = 0, Magento = 0.00, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 94 | - |
| CMYK | 0 | 0.00 | 0.57 | 0.14 |
| HSL | 59.52º | 0.63% | 0.61% | - |
| HSV(B) | 59.52º | 0.57% | 0.86% | - |
| XYZ | 56.31 | 66.01 | 20.36 | - |
| YUV | 204.16 | 65.83 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 94 | 0 | 0.00 | 0.57 | 0.14 | 59.52 | 0.63 | 0.61 |
| Hex | DB | DA | 5E | 0 | 0 | 39 | E | 3C | 3F | 3D |
| Octal | 333 | 332 | 136 | 0 | 0 | 71 | 16 | 74 | 77 | 75 |
| Binary | 11011011 | 11011010 | 1011110 | 0 | 0 | 111001 | 1110 | 111100 | 111111 | 111101 |
Color Harmonies of #DBDA5E
Complementary color
Monochromatic Colors of #DBDA5E
Black with #DBDA5E
Text Example
Text Example
White with #DBDA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA5E; }
p { color: rgb(219,218,94); }
H1.HeaderClassName
{
color: #DBDA5E;
}
.AnyTagClassName
{
color: #DBDA5E;
}
</style>
background-color css
<style>
a { background-color: #DBDA5E; }
a { background-color: rgb(219,218,94); }
div.DivClassName
{
background-color: #DBDA5E;
}
.BgClassName
{
background-color: #DBDA5E;
}
</style>
border-color css
<style>
span { border-color: #DBDA5E; }
span { border-color: rgb(219,218,94); }
td.TdClassName
{
border-color: #DBDA5E;
}
.TagClassName
{
border-color: #DBDA5E;
}
</style>