Shades of Manz #DBD55E
Tints of Manz #DBD55E
RGB
CMYK
RGB Variations
Color information
#DBD55E (or 0xDBD55E) is known color: Manz. HEX triplet: DB, D5 and 5E. RGB value is (219,213,94). Sum of RGB (Red+Green+Blue) = 219+213+94=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 94 (37.11% from 255 or 17.87% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD55E is #242AA1. Grayscale: #C9C9C9. Windows color (decimal): -2370210 or 6215131. OLE color: 6215131.
HSL color Cylindrical-coordinate representation of color #DBD55E: hue angle of 57.12º 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 #DBD55E is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 94 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.14 |
| HSL | 57.12º | 0.63% | 0.61% | - |
| HSV(B) | 57.12º | 0.57% | 0.86% | - |
| XYZ | 55.03 | 63.46 | 19.94 | - |
| YUV | 201.23 | 67.49 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 94 | 0 | 0.03 | 0.57 | 0.14 | 57.12 | 0.63 | 0.61 |
| Hex | DB | D5 | 5E | 0 | 3 | 39 | E | 39 | 3F | 3D |
| Octal | 333 | 325 | 136 | 0 | 3 | 71 | 16 | 71 | 77 | 75 |
| Binary | 11011011 | 11010101 | 1011110 | 0 | 11 | 111001 | 1110 | 111001 | 111111 | 111101 |
Color Harmonies of #DBD55E
Complementary color
Monochromatic Colors of #DBD55E
Black with #DBD55E
Text Example
Text Example
White with #DBD55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD55E; }
p { color: rgb(219,213,94); }
H1.HeaderClassName
{
color: #DBD55E;
}
.AnyTagClassName
{
color: #DBD55E;
}
</style>
background-color css
<style>
a { background-color: #DBD55E; }
a { background-color: rgb(219,213,94); }
div.DivClassName
{
background-color: #DBD55E;
}
.BgClassName
{
background-color: #DBD55E;
}
</style>
border-color css
<style>
span { border-color: #DBD55E; }
span { border-color: rgb(219,213,94); }
td.TdClassName
{
border-color: #DBD55E;
}
.TagClassName
{
border-color: #DBD55E;
}
</style>