Shades of Manz #DCDE4B
Tints of Manz #DCDE4B
RGB
CMYK
RGB Variations
Color information
#DCDE4B (or 0xDCDE4B) is known color: Manz. HEX triplet: DC, DE and 4B. RGB value is (220,222,75). Sum of RGB (Red+Green+Blue) = 220+222+75=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 75 (29.69% from 255 or 14.51% from 517); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDE4B is #2321B4. Grayscale: #CDCDCD. Windows color (decimal): -2302389 or 4972252. OLE color: 4972252.
HSL color Cylindrical-coordinate representation of color #DCDE4B: hue angle of 60.82º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCDE4B is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 75 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.13 |
| HSL | 60.82º | 0.69% | 0.58% | - |
| HSV(B) | 60.82º | 0.66% | 0.87% | - |
| XYZ | 56.91 | 67.97 | 16.78 | - |
| YUV | 204.64 | 54.84 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 75 | 0.01 | 0 | 0.66 | 0.13 | 60.82 | 0.69 | 0.58 |
| Hex | DC | DE | 4B | 1 | 0 | 42 | D | 3D | 45 | 3A |
| Octal | 334 | 336 | 113 | 1 | 0 | 102 | 15 | 75 | 105 | 72 |
| Binary | 11011100 | 11011110 | 1001011 | 1 | 0 | 1000010 | 1101 | 111101 | 1000101 | 111010 |
Color Harmonies of #DCDE4B
Complementary color
Monochromatic Colors of #DCDE4B
Black with #DCDE4B
Text Example
Text Example
White with #DCDE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE4B; }
p { color: rgb(220,222,75); }
H1.HeaderClassName
{
color: #DCDE4B;
}
.AnyTagClassName
{
color: #DCDE4B;
}
</style>
background-color css
<style>
a { background-color: #DCDE4B; }
a { background-color: rgb(220,222,75); }
div.DivClassName
{
background-color: #DCDE4B;
}
.BgClassName
{
background-color: #DCDE4B;
}
</style>
border-color css
<style>
span { border-color: #DCDE4B; }
span { border-color: rgb(220,222,75); }
td.TdClassName
{
border-color: #DCDE4B;
}
.TagClassName
{
border-color: #DCDE4B;
}
</style>