Shades of Manz #DBDC54
Tints of Manz #DBDC54
RGB
CMYK
RGB Variations
Color information
#DBDC54 (or 0xDBDC54) is known color: Manz. HEX triplet: DB, DC and 54. RGB value is (219,220,84). Sum of RGB (Red+Green+Blue) = 219+220+84=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 84 (33.20% from 255 or 16.06% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC54 is #2423AB. Grayscale: #CCCCCC. Windows color (decimal): -2368428 or 5561563. OLE color: 5561563.
HSL color Cylindrical-coordinate representation of color #DBDC54: hue angle of 60.44º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBDC54 is Cyan = 0.00, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 84 | - |
| CMYK | 0.00 | 0 | 0.62 | 0.14 |
| HSL | 60.44º | 0.66% | 0.6% | - |
| HSV(B) | 60.44º | 0.62% | 0.86% | - |
| XYZ | 56.41 | 66.89 | 18.32 | - |
| YUV | 204.2 | 60.17 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 84 | 0.00 | 0 | 0.62 | 0.14 | 60.44 | 0.66 | 0.6 |
| Hex | DB | DC | 54 | 0 | 0 | 3E | E | 3C | 42 | 3C |
| Octal | 333 | 334 | 124 | 0 | 0 | 76 | 16 | 74 | 102 | 74 |
| Binary | 11011011 | 11011100 | 1010100 | 0 | 0 | 111110 | 1110 | 111100 | 1000010 | 111100 |
Color Harmonies of #DBDC54
Complementary color
Monochromatic Colors of #DBDC54
Black with #DBDC54
Text Example
Text Example
White with #DBDC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC54; }
p { color: rgb(219,220,84); }
H1.HeaderClassName
{
color: #DBDC54;
}
.AnyTagClassName
{
color: #DBDC54;
}
</style>
background-color css
<style>
a { background-color: #DBDC54; }
a { background-color: rgb(219,220,84); }
div.DivClassName
{
background-color: #DBDC54;
}
.BgClassName
{
background-color: #DBDC54;
}
</style>
border-color css
<style>
span { border-color: #DBDC54; }
span { border-color: rgb(219,220,84); }
td.TdClassName
{
border-color: #DBDC54;
}
.TagClassName
{
border-color: #DBDC54;
}
</style>