Shades of Manz #DCDE5B
Tints of Manz #DCDE5B
RGB
CMYK
RGB Variations
Color information
#DCDE5B (or 0xDCDE5B) is known color: Manz. HEX triplet: DC, DE and 5B. RGB value is (220,222,91). Sum of RGB (Red+Green+Blue) = 220+222+91=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 91 (35.94% from 255 or 17.07% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDE5B is #2321A4. Grayscale: #CECECE. Windows color (decimal): -2302373 or 6020828. OLE color: 6020828.
HSL color Cylindrical-coordinate representation of color #DCDE5B: hue angle of 60.92º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCDE5B is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 91 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.13 |
| HSL | 60.92º | 0.66% | 0.61% | - |
| HSV(B) | 60.92º | 0.59% | 0.87% | - |
| XYZ | 57.52 | 68.21 | 20.03 | - |
| YUV | 206.47 | 62.84 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 91 | 0.01 | 0 | 0.59 | 0.13 | 60.92 | 0.66 | 0.61 |
| Hex | DC | DE | 5B | 1 | 0 | 3B | D | 3D | 42 | 3D |
| Octal | 334 | 336 | 133 | 1 | 0 | 73 | 15 | 75 | 102 | 75 |
| Binary | 11011100 | 11011110 | 1011011 | 1 | 0 | 111011 | 1101 | 111101 | 1000010 | 111101 |
Color Harmonies of #DCDE5B
Complementary color
Monochromatic Colors of #DCDE5B
Black with #DCDE5B
Text Example
Text Example
White with #DCDE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE5B; }
p { color: rgb(220,222,91); }
H1.HeaderClassName
{
color: #DCDE5B;
}
.AnyTagClassName
{
color: #DCDE5B;
}
</style>
background-color css
<style>
a { background-color: #DCDE5B; }
a { background-color: rgb(220,222,91); }
div.DivClassName
{
background-color: #DCDE5B;
}
.BgClassName
{
background-color: #DCDE5B;
}
</style>
border-color css
<style>
span { border-color: #DCDE5B; }
span { border-color: rgb(220,222,91); }
td.TdClassName
{
border-color: #DCDE5B;
}
.TagClassName
{
border-color: #DCDE5B;
}
</style>