Shades of Manz #DBDE55
Tints of Manz #DBDE55
RGB
CMYK
RGB Variations
Color information
#DBDE55 (or 0xDBDE55) is known color: Manz. HEX triplet: DB, DE and 55. RGB value is (219,222,85). Sum of RGB (Red+Green+Blue) = 219+222+85=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 85 (33.59% from 255 or 16.16% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDE55 is #2421AA. Grayscale: #CECECE. Windows color (decimal): -2367915 or 5627611. OLE color: 5627611.
HSL color Cylindrical-coordinate representation of color #DBDE55: hue angle of 61.31º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBDE55 is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 85 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.13 |
| HSL | 61.31º | 0.67% | 0.6% | - |
| HSV(B) | 61.31º | 0.62% | 0.87% | - |
| XYZ | 56.97 | 67.96 | 18.71 | - |
| YUV | 205.49 | 60.01 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 85 | 0.01 | 0 | 0.62 | 0.13 | 61.31 | 0.67 | 0.6 |
| Hex | DB | DE | 55 | 1 | 0 | 3E | D | 3D | 43 | 3C |
| Octal | 333 | 336 | 125 | 1 | 0 | 76 | 15 | 75 | 103 | 74 |
| Binary | 11011011 | 11011110 | 1010101 | 1 | 0 | 111110 | 1101 | 111101 | 1000011 | 111100 |
Color Harmonies of #DBDE55
Complementary color
Monochromatic Colors of #DBDE55
Black with #DBDE55
Text Example
Text Example
White with #DBDE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE55; }
p { color: rgb(219,222,85); }
H1.HeaderClassName
{
color: #DBDE55;
}
.AnyTagClassName
{
color: #DBDE55;
}
</style>
background-color css
<style>
a { background-color: #DBDE55; }
a { background-color: rgb(219,222,85); }
div.DivClassName
{
background-color: #DBDE55;
}
.BgClassName
{
background-color: #DBDE55;
}
</style>
border-color css
<style>
span { border-color: #DBDE55; }
span { border-color: rgb(219,222,85); }
td.TdClassName
{
border-color: #DBDE55;
}
.TagClassName
{
border-color: #DBDE55;
}
</style>