Shades of Manz #DBDC53
Tints of Manz #DBDC53
RGB
CMYK
RGB Variations
Color information
#DBDC53 (or 0xDBDC53) is known color: Manz. HEX triplet: DB, DC and 53. RGB value is (219,220,83). Sum of RGB (Red+Green+Blue) = 219+220+83=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 83 (32.81% from 255 or 15.90% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC53 is #2423AC. Grayscale: #CCCCCC. Windows color (decimal): -2368429 or 5496027. OLE color: 5496027.
HSL color Cylindrical-coordinate representation of color #DBDC53: hue angle of 60.44º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBDC53 is Cyan = 0.00, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 83 | - |
| CMYK | 0.00 | 0 | 0.62 | 0.14 |
| HSL | 60.44º | 0.66% | 0.59% | - |
| HSV(B) | 60.44º | 0.62% | 0.86% | - |
| XYZ | 56.37 | 66.87 | 18.12 | - |
| YUV | 204.08 | 59.67 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 83 | 0.00 | 0 | 0.62 | 0.14 | 60.44 | 0.66 | 0.59 |
| Hex | DB | DC | 53 | 0 | 0 | 3E | E | 3C | 42 | 3B |
| Octal | 333 | 334 | 123 | 0 | 0 | 76 | 16 | 74 | 102 | 73 |
| Binary | 11011011 | 11011100 | 1010011 | 0 | 0 | 111110 | 1110 | 111100 | 1000010 | 111011 |
Color Harmonies of #DBDC53
Complementary color
Monochromatic Colors of #DBDC53
Black with #DBDC53
Text Example
Text Example
White with #DBDC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC53; }
p { color: rgb(219,220,83); }
H1.HeaderClassName
{
color: #DBDC53;
}
.AnyTagClassName
{
color: #DBDC53;
}
</style>
background-color css
<style>
a { background-color: #DBDC53; }
a { background-color: rgb(219,220,83); }
div.DivClassName
{
background-color: #DBDC53;
}
.BgClassName
{
background-color: #DBDC53;
}
</style>
border-color css
<style>
span { border-color: #DBDC53; }
span { border-color: rgb(219,220,83); }
td.TdClassName
{
border-color: #DBDC53;
}
.TagClassName
{
border-color: #DBDC53;
}
</style>