Shades of Manz #DBD45E
Tints of Manz #DBD45E
RGB
CMYK
RGB Variations
Color information
#DBD45E (or 0xDBD45E) is known color: Manz. HEX triplet: DB, D4 and 5E. RGB value is (219,212,94). Sum of RGB (Red+Green+Blue) = 219+212+94=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 212 (83.20% from 255 or 40.38% from 525); Blue value is 94 (37.11% from 255 or 17.90% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD45E is #242BA1. Grayscale: #C9C9C9. Windows color (decimal): -2370466 or 6214875. OLE color: 6214875.
HSL color Cylindrical-coordinate representation of color #DBD45E: hue angle of 56.64º 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 #DBD45E is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 94 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.14 |
| HSL | 56.64º | 0.63% | 0.61% | - |
| HSV(B) | 56.64º | 0.57% | 0.86% | - |
| XYZ | 54.78 | 62.96 | 19.85 | - |
| YUV | 200.64 | 67.82 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 94 | 0 | 0.03 | 0.57 | 0.14 | 56.64 | 0.63 | 0.61 |
| Hex | DB | D4 | 5E | 0 | 3 | 39 | E | 39 | 3F | 3D |
| Octal | 333 | 324 | 136 | 0 | 3 | 71 | 16 | 71 | 77 | 75 |
| Binary | 11011011 | 11010100 | 1011110 | 0 | 11 | 111001 | 1110 | 111001 | 111111 | 111101 |
Color Harmonies of #DBD45E
Complementary color
Monochromatic Colors of #DBD45E
Black with #DBD45E
Text Example
Text Example
White with #DBD45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD45E; }
p { color: rgb(219,212,94); }
H1.HeaderClassName
{
color: #DBD45E;
}
.AnyTagClassName
{
color: #DBD45E;
}
</style>
background-color css
<style>
a { background-color: #DBD45E; }
a { background-color: rgb(219,212,94); }
div.DivClassName
{
background-color: #DBD45E;
}
.BgClassName
{
background-color: #DBD45E;
}
</style>
border-color css
<style>
span { border-color: #DBD45E; }
span { border-color: rgb(219,212,94); }
td.TdClassName
{
border-color: #DBD45E;
}
.TagClassName
{
border-color: #DBD45E;
}
</style>