Shades of Manz #DCED4C
Tints of Manz #DCED4C
RGB
CMYK
RGB Variations
Color information
#DCED4C (or 0xDCED4C) is known color: Manz. HEX triplet: DC, ED and 4C. RGB value is (220,237,76). Sum of RGB (Red+Green+Blue) = 220+237+76=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 76 (30.08% from 255 or 14.26% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCED4C is #2312B3. Grayscale: #D6D6D6. Windows color (decimal): -2298548 or 5041628. OLE color: 5041628.
HSL color Cylindrical-coordinate representation of color #DCED4C: hue angle of 66.34º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCED4C is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 76 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.07 |
| HSL | 66.34º | 0.82% | 0.61% | - |
| HSV(B) | 66.34º | 0.68% | 0.93% | - |
| XYZ | 61.1 | 76.31 | 18.35 | - |
| YUV | 213.56 | 50.37 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 76 | 0.07 | 0 | 0.68 | 0.07 | 66.34 | 0.82 | 0.61 |
| Hex | DC | ED | 4C | 7 | 0 | 44 | 7 | 42 | 52 | 3D |
| Octal | 334 | 355 | 114 | 7 | 0 | 104 | 7 | 102 | 122 | 75 |
| Binary | 11011100 | 11101101 | 1001100 | 111 | 0 | 1000100 | 111 | 1000010 | 1010010 | 111101 |
Color Harmonies of #DCED4C
Complementary color
Monochromatic Colors of #DCED4C
Black with #DCED4C
Text Example
Text Example
White with #DCED4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED4C; }
p { color: rgb(220,237,76); }
H1.HeaderClassName
{
color: #DCED4C;
}
.AnyTagClassName
{
color: #DCED4C;
}
</style>
background-color css
<style>
a { background-color: #DCED4C; }
a { background-color: rgb(220,237,76); }
div.DivClassName
{
background-color: #DCED4C;
}
.BgClassName
{
background-color: #DCED4C;
}
</style>
border-color css
<style>
span { border-color: #DCED4C; }
span { border-color: rgb(220,237,76); }
td.TdClassName
{
border-color: #DCED4C;
}
.TagClassName
{
border-color: #DCED4C;
}
</style>