Shades of Manz #DBDC57
Tints of Manz #DBDC57
RGB
CMYK
RGB Variations
Color information
#DBDC57 (or 0xDBDC57) is known color: Manz. HEX triplet: DB, DC and 57. RGB value is (219,220,87). Sum of RGB (Red+Green+Blue) = 219+220+87=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 87 (34.38% from 255 or 16.54% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC57 is #2423A8. Grayscale: #CDCDCD. Windows color (decimal): -2368425 or 5758171. OLE color: 5758171.
HSL color Cylindrical-coordinate representation of color #DBDC57: hue angle of 60.45º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBDC57 is Cyan = 0.00, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 87 | - |
| CMYK | 0.00 | 0 | 0.60 | 0.14 |
| HSL | 60.45º | 0.66% | 0.6% | - |
| HSV(B) | 60.45º | 0.6% | 0.86% | - |
| XYZ | 56.53 | 66.93 | 18.96 | - |
| YUV | 204.54 | 61.67 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 87 | 0.00 | 0 | 0.60 | 0.14 | 60.45 | 0.66 | 0.6 |
| Hex | DB | DC | 57 | 0 | 0 | 3C | E | 3C | 42 | 3C |
| Octal | 333 | 334 | 127 | 0 | 0 | 74 | 16 | 74 | 102 | 74 |
| Binary | 11011011 | 11011100 | 1010111 | 0 | 0 | 111100 | 1110 | 111100 | 1000010 | 111100 |
Color Harmonies of #DBDC57
Complementary color
Monochromatic Colors of #DBDC57
Black with #DBDC57
Text Example
Text Example
White with #DBDC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC57; }
p { color: rgb(219,220,87); }
H1.HeaderClassName
{
color: #DBDC57;
}
.AnyTagClassName
{
color: #DBDC57;
}
</style>
background-color css
<style>
a { background-color: #DBDC57; }
a { background-color: rgb(219,220,87); }
div.DivClassName
{
background-color: #DBDC57;
}
.BgClassName
{
background-color: #DBDC57;
}
</style>
border-color css
<style>
span { border-color: #DBDC57; }
span { border-color: rgb(219,220,87); }
td.TdClassName
{
border-color: #DBDC57;
}
.TagClassName
{
border-color: #DBDC57;
}
</style>