Shades of Manz #DBD25D
Tints of Manz #DBD25D
RGB
CMYK
RGB Variations
Color information
#DBD25D (or 0xDBD25D) is known color: Manz. HEX triplet: DB, D2 and 5D. RGB value is (219,210,93). Sum of RGB (Red+Green+Blue) = 219+210+93=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 93 (36.72% from 255 or 17.82% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD25D is #242DA2. Grayscale: #C7C7C7. Windows color (decimal): -2370979 or 6148827. OLE color: 6148827.
HSL color Cylindrical-coordinate representation of color #DBD25D: hue angle of 55.71º 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 #DBD25D is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 93 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.14 |
| HSL | 55.71º | 0.64% | 0.61% | - |
| HSV(B) | 55.71º | 0.58% | 0.86% | - |
| XYZ | 54.24 | 61.94 | 19.45 | - |
| YUV | 199.35 | 67.98 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 93 | 0 | 0.04 | 0.58 | 0.14 | 55.71 | 0.64 | 0.61 |
| Hex | DB | D2 | 5D | 0 | 4 | 3A | E | 38 | 40 | 3D |
| Octal | 333 | 322 | 135 | 0 | 4 | 72 | 16 | 70 | 100 | 75 |
| Binary | 11011011 | 11010010 | 1011101 | 0 | 100 | 111010 | 1110 | 111000 | 1000000 | 111101 |
Color Harmonies of #DBD25D
Complementary color
Monochromatic Colors of #DBD25D
Black with #DBD25D
Text Example
Text Example
White with #DBD25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD25D; }
p { color: rgb(219,210,93); }
H1.HeaderClassName
{
color: #DBD25D;
}
.AnyTagClassName
{
color: #DBD25D;
}
</style>
background-color css
<style>
a { background-color: #DBD25D; }
a { background-color: rgb(219,210,93); }
div.DivClassName
{
background-color: #DBD25D;
}
.BgClassName
{
background-color: #DBD25D;
}
</style>
border-color css
<style>
span { border-color: #DBD25D; }
span { border-color: rgb(219,210,93); }
td.TdClassName
{
border-color: #DBD25D;
}
.TagClassName
{
border-color: #DBD25D;
}
</style>