Shades of Manz #DBD55A
Tints of Manz #DBD55A
RGB
CMYK
RGB Variations
Color information
#DBD55A (or 0xDBD55A) is known color: Manz. HEX triplet: DB, D5 and 5A. RGB value is (219,213,90). Sum of RGB (Red+Green+Blue) = 219+213+90=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 90 (35.55% from 255 or 17.24% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD55A is #242AA5. Grayscale: #C9C9C9. Windows color (decimal): -2370214 or 5952987. OLE color: 5952987.
HSL color Cylindrical-coordinate representation of color #DBD55A: hue angle of 57.21º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBD55A is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 90 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.14 |
| HSL | 57.21º | 0.64% | 0.61% | - |
| HSV(B) | 57.21º | 0.59% | 0.86% | - |
| XYZ | 54.85 | 63.39 | 19.02 | - |
| YUV | 200.77 | 65.49 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 90 | 0 | 0.03 | 0.59 | 0.14 | 57.21 | 0.64 | 0.61 |
| Hex | DB | D5 | 5A | 0 | 3 | 3B | E | 39 | 40 | 3D |
| Octal | 333 | 325 | 132 | 0 | 3 | 73 | 16 | 71 | 100 | 75 |
| Binary | 11011011 | 11010101 | 1011010 | 0 | 11 | 111011 | 1110 | 111001 | 1000000 | 111101 |
Color Harmonies of #DBD55A
Complementary color
Monochromatic Colors of #DBD55A
Black with #DBD55A
Text Example
Text Example
White with #DBD55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD55A; }
p { color: rgb(219,213,90); }
H1.HeaderClassName
{
color: #DBD55A;
}
.AnyTagClassName
{
color: #DBD55A;
}
</style>
background-color css
<style>
a { background-color: #DBD55A; }
a { background-color: rgb(219,213,90); }
div.DivClassName
{
background-color: #DBD55A;
}
.BgClassName
{
background-color: #DBD55A;
}
</style>
border-color css
<style>
span { border-color: #DBD55A; }
span { border-color: rgb(219,213,90); }
td.TdClassName
{
border-color: #DBD55A;
}
.TagClassName
{
border-color: #DBD55A;
}
</style>