Shades of Manz #DBDC5B
Tints of Manz #DBDC5B
RGB
CMYK
RGB Variations
Color information
#DBDC5B (or 0xDBDC5B) is known color: Manz. HEX triplet: DB, DC and 5B. RGB value is (219,220,91). Sum of RGB (Red+Green+Blue) = 219+220+91=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 91 (35.94% from 255 or 17.17% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC5B is #2423A4. Grayscale: #CDCDCD. Windows color (decimal): -2368421 or 6020315. OLE color: 6020315.
HSL color Cylindrical-coordinate representation of color #DBDC5B: hue angle of 60.47º degrees, saturation: 0.65, 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 #DBDC5B is Cyan = 0.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 91 | - |
| CMYK | 0.00 | 0 | 0.59 | 0.14 |
| HSL | 60.47º | 0.65% | 0.61% | - |
| HSV(B) | 60.47º | 0.59% | 0.86% | - |
| XYZ | 56.69 | 67 | 19.84 | - |
| YUV | 205 | 63.67 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 91 | 0.00 | 0 | 0.59 | 0.14 | 60.47 | 0.65 | 0.61 |
| Hex | DB | DC | 5B | 0 | 0 | 3B | E | 3C | 41 | 3D |
| Octal | 333 | 334 | 133 | 0 | 0 | 73 | 16 | 74 | 101 | 75 |
| Binary | 11011011 | 11011100 | 1011011 | 0 | 0 | 111011 | 1110 | 111100 | 1000001 | 111101 |
Color Harmonies of #DBDC5B
Complementary color
Monochromatic Colors of #DBDC5B
Black with #DBDC5B
Text Example
Text Example
White with #DBDC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC5B; }
p { color: rgb(219,220,91); }
H1.HeaderClassName
{
color: #DBDC5B;
}
.AnyTagClassName
{
color: #DBDC5B;
}
</style>
background-color css
<style>
a { background-color: #DBDC5B; }
a { background-color: rgb(219,220,91); }
div.DivClassName
{
background-color: #DBDC5B;
}
.BgClassName
{
background-color: #DBDC5B;
}
</style>
border-color css
<style>
span { border-color: #DBDC5B; }
span { border-color: rgb(219,220,91); }
td.TdClassName
{
border-color: #DBDC5B;
}
.TagClassName
{
border-color: #DBDC5B;
}
</style>