Shades of Manz #DBD25B
Tints of Manz #DBD25B
RGB
CMYK
RGB Variations
Color information
#DBD25B (or 0xDBD25B) is known color: Manz. HEX triplet: DB, D2 and 5B. RGB value is (219,210,91). Sum of RGB (Red+Green+Blue) = 219+210+91=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 91 (35.94% from 255 or 17.5% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD25B is #242DA4. Grayscale: #C7C7C7. Windows color (decimal): -2370981 or 6017755. OLE color: 6017755.
HSL color Cylindrical-coordinate representation of color #DBD25B: hue angle of 55.78º 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 #DBD25B is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 91 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.14 |
| HSL | 55.78º | 0.64% | 0.61% | - |
| HSV(B) | 55.78º | 0.58% | 0.86% | - |
| XYZ | 54.15 | 61.91 | 18.99 | - |
| YUV | 199.13 | 66.98 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 91 | 0 | 0.04 | 0.58 | 0.14 | 55.78 | 0.64 | 0.61 |
| Hex | DB | D2 | 5B | 0 | 4 | 3A | E | 38 | 40 | 3D |
| Octal | 333 | 322 | 133 | 0 | 4 | 72 | 16 | 70 | 100 | 75 |
| Binary | 11011011 | 11010010 | 1011011 | 0 | 100 | 111010 | 1110 | 111000 | 1000000 | 111101 |
Color Harmonies of #DBD25B
Complementary color
Monochromatic Colors of #DBD25B
Black with #DBD25B
Text Example
Text Example
White with #DBD25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD25B; }
p { color: rgb(219,210,91); }
H1.HeaderClassName
{
color: #DBD25B;
}
.AnyTagClassName
{
color: #DBD25B;
}
</style>
background-color css
<style>
a { background-color: #DBD25B; }
a { background-color: rgb(219,210,91); }
div.DivClassName
{
background-color: #DBD25B;
}
.BgClassName
{
background-color: #DBD25B;
}
</style>
border-color css
<style>
span { border-color: #DBD25B; }
span { border-color: rgb(219,210,91); }
td.TdClassName
{
border-color: #DBD25B;
}
.TagClassName
{
border-color: #DBD25B;
}
</style>