Shades of Manz #DBDC5D
Tints of Manz #DBDC5D
RGB
CMYK
RGB Variations
Color information
#DBDC5D (or 0xDBDC5D) is known color: Manz. HEX triplet: DB, DC and 5D. RGB value is (219,220,93). Sum of RGB (Red+Green+Blue) = 219+220+93=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC5D is #2423A2. Grayscale: #CDCDCD. Windows color (decimal): -2368419 or 6151387. OLE color: 6151387.
HSL color Cylindrical-coordinate representation of color #DBDC5D: hue angle of 60.47º 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 #DBDC5D is Cyan = 0.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 93 | - |
| CMYK | 0.00 | 0 | 0.58 | 0.14 |
| HSL | 60.47º | 0.64% | 0.61% | - |
| HSV(B) | 60.47º | 0.58% | 0.86% | - |
| XYZ | 56.78 | 67.04 | 20.3 | - |
| YUV | 205.22 | 64.67 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 93 | 0.00 | 0 | 0.58 | 0.14 | 60.47 | 0.64 | 0.61 |
| Hex | DB | DC | 5D | 0 | 0 | 3A | E | 3C | 40 | 3D |
| Octal | 333 | 334 | 135 | 0 | 0 | 72 | 16 | 74 | 100 | 75 |
| Binary | 11011011 | 11011100 | 1011101 | 0 | 0 | 111010 | 1110 | 111100 | 1000000 | 111101 |
Color Harmonies of #DBDC5D
Complementary color
Monochromatic Colors of #DBDC5D
Black with #DBDC5D
Text Example
Text Example
White with #DBDC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC5D; }
p { color: rgb(219,220,93); }
H1.HeaderClassName
{
color: #DBDC5D;
}
.AnyTagClassName
{
color: #DBDC5D;
}
</style>
background-color css
<style>
a { background-color: #DBDC5D; }
a { background-color: rgb(219,220,93); }
div.DivClassName
{
background-color: #DBDC5D;
}
.BgClassName
{
background-color: #DBDC5D;
}
</style>
border-color css
<style>
span { border-color: #DBDC5D; }
span { border-color: rgb(219,220,93); }
td.TdClassName
{
border-color: #DBDC5D;
}
.TagClassName
{
border-color: #DBDC5D;
}
</style>