Shades of Manz #DCDE52
Tints of Manz #DCDE52
RGB
CMYK
RGB Variations
Color information
#DCDE52 (or 0xDCDE52) is known color: Manz. HEX triplet: DC, DE and 52. RGB value is (220,222,82). Sum of RGB (Red+Green+Blue) = 220+222+82=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 82 (32.42% from 255 or 15.65% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDE52 is #2321AD. Grayscale: #CECECE. Windows color (decimal): -2302382 or 5431004. OLE color: 5431004.
HSL color Cylindrical-coordinate representation of color #DCDE52: hue angle of 60.86º 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 #DCDE52 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 82 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.13 |
| HSL | 60.86º | 0.68% | 0.6% | - |
| HSV(B) | 60.86º | 0.63% | 0.87% | - |
| XYZ | 57.16 | 68.07 | 18.11 | - |
| YUV | 205.44 | 58.34 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 82 | 0.01 | 0 | 0.63 | 0.13 | 60.86 | 0.68 | 0.6 |
| Hex | DC | DE | 52 | 1 | 0 | 3F | D | 3D | 44 | 3C |
| Octal | 334 | 336 | 122 | 1 | 0 | 77 | 15 | 75 | 104 | 74 |
| Binary | 11011100 | 11011110 | 1010010 | 1 | 0 | 111111 | 1101 | 111101 | 1000100 | 111100 |
Color Harmonies of #DCDE52
Complementary color
Monochromatic Colors of #DCDE52
Black with #DCDE52
Text Example
Text Example
White with #DCDE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE52; }
p { color: rgb(220,222,82); }
H1.HeaderClassName
{
color: #DCDE52;
}
.AnyTagClassName
{
color: #DCDE52;
}
</style>
background-color css
<style>
a { background-color: #DCDE52; }
a { background-color: rgb(220,222,82); }
div.DivClassName
{
background-color: #DCDE52;
}
.BgClassName
{
background-color: #DCDE52;
}
</style>
border-color css
<style>
span { border-color: #DCDE52; }
span { border-color: rgb(220,222,82); }
td.TdClassName
{
border-color: #DCDE52;
}
.TagClassName
{
border-color: #DCDE52;
}
</style>