Shades of Manz #DBDE52
Tints of Manz #DBDE52
RGB
CMYK
RGB Variations
Color information
#DBDE52 (or 0xDBDE52) is known color: Manz. HEX triplet: DB, DE and 52. RGB value is (219,222,82). Sum of RGB (Red+Green+Blue) = 219+222+82=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 82 (32.42% from 255 or 15.68% from 523); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDE52 is #2421AD. Grayscale: #CDCDCD. Windows color (decimal): -2367918 or 5431003. OLE color: 5431003.
HSL color Cylindrical-coordinate representation of color #DBDE52: hue angle of 61.29º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBDE52 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 82 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.13 |
| HSL | 61.29º | 0.68% | 0.6% | - |
| HSV(B) | 61.29º | 0.63% | 0.87% | - |
| XYZ | 56.86 | 67.91 | 18.09 | - |
| YUV | 205.14 | 58.51 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 82 | 0.01 | 0 | 0.63 | 0.13 | 61.29 | 0.68 | 0.6 |
| Hex | DB | DE | 52 | 1 | 0 | 3F | D | 3D | 44 | 3C |
| Octal | 333 | 336 | 122 | 1 | 0 | 77 | 15 | 75 | 104 | 74 |
| Binary | 11011011 | 11011110 | 1010010 | 1 | 0 | 111111 | 1101 | 111101 | 1000100 | 111100 |
Color Harmonies of #DBDE52
Complementary color
Monochromatic Colors of #DBDE52
Black with #DBDE52
Text Example
Text Example
White with #DBDE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE52; }
p { color: rgb(219,222,82); }
H1.HeaderClassName
{
color: #DBDE52;
}
.AnyTagClassName
{
color: #DBDE52;
}
</style>
background-color css
<style>
a { background-color: #DBDE52; }
a { background-color: rgb(219,222,82); }
div.DivClassName
{
background-color: #DBDE52;
}
.BgClassName
{
background-color: #DBDE52;
}
</style>
border-color css
<style>
span { border-color: #DBDE52; }
span { border-color: rgb(219,222,82); }
td.TdClassName
{
border-color: #DBDE52;
}
.TagClassName
{
border-color: #DBDE52;
}
</style>