Shades of Manz #DBD55D
Tints of Manz #DBD55D
RGB
CMYK
RGB Variations
Color information
#DBD55D (or 0xDBD55D) is known color: Manz. HEX triplet: DB, D5 and 5D. RGB value is (219,213,93). Sum of RGB (Red+Green+Blue) = 219+213+93=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 93 (36.72% from 255 or 17.71% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD55D is #242AA2. Grayscale: #C9C9C9. Windows color (decimal): -2370211 or 6149595. OLE color: 6149595.
HSL color Cylindrical-coordinate representation of color #DBD55D: hue angle of 57.14º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBD55D is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 93 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.14 |
| HSL | 57.14º | 0.64% | 0.61% | - |
| HSV(B) | 57.14º | 0.58% | 0.86% | - |
| XYZ | 54.98 | 63.44 | 19.7 | - |
| YUV | 201.11 | 66.99 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 93 | 0 | 0.03 | 0.58 | 0.14 | 57.14 | 0.64 | 0.61 |
| Hex | DB | D5 | 5D | 0 | 3 | 3A | E | 39 | 40 | 3D |
| Octal | 333 | 325 | 135 | 0 | 3 | 72 | 16 | 71 | 100 | 75 |
| Binary | 11011011 | 11010101 | 1011101 | 0 | 11 | 111010 | 1110 | 111001 | 1000000 | 111101 |
Color Harmonies of #DBD55D
Complementary color
Monochromatic Colors of #DBD55D
Black with #DBD55D
Text Example
Text Example
White with #DBD55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD55D; }
p { color: rgb(219,213,93); }
H1.HeaderClassName
{
color: #DBD55D;
}
.AnyTagClassName
{
color: #DBD55D;
}
</style>
background-color css
<style>
a { background-color: #DBD55D; }
a { background-color: rgb(219,213,93); }
div.DivClassName
{
background-color: #DBD55D;
}
.BgClassName
{
background-color: #DBD55D;
}
</style>
border-color css
<style>
span { border-color: #DBD55D; }
span { border-color: rgb(219,213,93); }
td.TdClassName
{
border-color: #DBD55D;
}
.TagClassName
{
border-color: #DBD55D;
}
</style>