Shades of Manz #DCDE48
Tints of Manz #DCDE48
RGB
CMYK
RGB Variations
Color information
#DCDE48 (or 0xDCDE48) is known color: Manz. HEX triplet: DC, DE and 48. RGB value is (220,222,72). Sum of RGB (Red+Green+Blue) = 220+222+72=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 72 (28.52% from 255 or 14.01% from 514); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDE48 is #2321B7. Grayscale: #CCCCCC. Windows color (decimal): -2302392 or 4775644. OLE color: 4775644.
HSL color Cylindrical-coordinate representation of color #DCDE48: hue angle of 60.8º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCDE48 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 72 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.13 |
| HSL | 60.8º | 0.69% | 0.58% | - |
| HSV(B) | 60.8º | 0.68% | 0.87% | - |
| XYZ | 56.81 | 67.93 | 16.25 | - |
| YUV | 204.3 | 53.34 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 72 | 0.01 | 0 | 0.68 | 0.13 | 60.8 | 0.69 | 0.58 |
| Hex | DC | DE | 48 | 1 | 0 | 44 | D | 3D | 45 | 3A |
| Octal | 334 | 336 | 110 | 1 | 0 | 104 | 15 | 75 | 105 | 72 |
| Binary | 11011100 | 11011110 | 1001000 | 1 | 0 | 1000100 | 1101 | 111101 | 1000101 | 111010 |
Color Harmonies of #DCDE48
Complementary color
Monochromatic Colors of #DCDE48
Black with #DCDE48
Text Example
Text Example
White with #DCDE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE48; }
p { color: rgb(220,222,72); }
H1.HeaderClassName
{
color: #DCDE48;
}
.AnyTagClassName
{
color: #DCDE48;
}
</style>
background-color css
<style>
a { background-color: #DCDE48; }
a { background-color: rgb(220,222,72); }
div.DivClassName
{
background-color: #DCDE48;
}
.BgClassName
{
background-color: #DCDE48;
}
</style>
border-color css
<style>
span { border-color: #DCDE48; }
span { border-color: rgb(220,222,72); }
td.TdClassName
{
border-color: #DCDE48;
}
.TagClassName
{
border-color: #DCDE48;
}
</style>