Shades of Manz #DCDE4F
Tints of Manz #DCDE4F
RGB
CMYK
RGB Variations
Color information
#DCDE4F (or 0xDCDE4F) is known color: Manz. HEX triplet: DC, DE and 4F. RGB value is (220,222,79). Sum of RGB (Red+Green+Blue) = 220+222+79=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 79 (31.25% from 255 or 15.16% from 521); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDE4F is #2321B0. Grayscale: #CDCDCD. Windows color (decimal): -2302385 or 5234396. OLE color: 5234396.
HSL color Cylindrical-coordinate representation of color #DCDE4F: hue angle of 60.84º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCDE4F is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 79 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.13 |
| HSL | 60.84º | 0.68% | 0.59% | - |
| HSV(B) | 60.84º | 0.64% | 0.87% | - |
| XYZ | 57.05 | 68.02 | 17.52 | - |
| YUV | 205.1 | 56.84 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 79 | 0.01 | 0 | 0.64 | 0.13 | 60.84 | 0.68 | 0.59 |
| Hex | DC | DE | 4F | 1 | 0 | 40 | D | 3D | 44 | 3B |
| Octal | 334 | 336 | 117 | 1 | 0 | 100 | 15 | 75 | 104 | 73 |
| Binary | 11011100 | 11011110 | 1001111 | 1 | 0 | 1000000 | 1101 | 111101 | 1000100 | 111011 |
Color Harmonies of #DCDE4F
Complementary color
Monochromatic Colors of #DCDE4F
Black with #DCDE4F
Text Example
Text Example
White with #DCDE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE4F; }
p { color: rgb(220,222,79); }
H1.HeaderClassName
{
color: #DCDE4F;
}
.AnyTagClassName
{
color: #DCDE4F;
}
</style>
background-color css
<style>
a { background-color: #DCDE4F; }
a { background-color: rgb(220,222,79); }
div.DivClassName
{
background-color: #DCDE4F;
}
.BgClassName
{
background-color: #DCDE4F;
}
</style>
border-color css
<style>
span { border-color: #DCDE4F; }
span { border-color: rgb(220,222,79); }
td.TdClassName
{
border-color: #DCDE4F;
}
.TagClassName
{
border-color: #DCDE4F;
}
</style>