Shades of Manz #DCDF4C
Tints of Manz #DCDF4C
RGB
CMYK
RGB Variations
Color information
#DCDF4C (or 0xDCDF4C) is known color: Manz. HEX triplet: DC, DF and 4C. RGB value is (220,223,76). Sum of RGB (Red+Green+Blue) = 220+223+76=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 76 (30.08% from 255 or 14.64% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDF4C is #2320B3. Grayscale: #CDCDCD. Windows color (decimal): -2302132 or 5038044. OLE color: 5038044.
HSL color Cylindrical-coordinate representation of color #DCDF4C: hue angle of 61.22º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCDF4C is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 76 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.13 |
| HSL | 61.22º | 0.7% | 0.59% | - |
| HSV(B) | 61.22º | 0.66% | 0.87% | - |
| XYZ | 57.21 | 68.51 | 17.05 | - |
| YUV | 205.35 | 55.01 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 76 | 0.01 | 0 | 0.66 | 0.13 | 61.22 | 0.7 | 0.59 |
| Hex | DC | DF | 4C | 1 | 0 | 42 | D | 3D | 46 | 3B |
| Octal | 334 | 337 | 114 | 1 | 0 | 102 | 15 | 75 | 106 | 73 |
| Binary | 11011100 | 11011111 | 1001100 | 1 | 0 | 1000010 | 1101 | 111101 | 1000110 | 111011 |
Color Harmonies of #DCDF4C
Complementary color
Monochromatic Colors of #DCDF4C
Black with #DCDF4C
Text Example
Text Example
White with #DCDF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF4C; }
p { color: rgb(220,223,76); }
H1.HeaderClassName
{
color: #DCDF4C;
}
.AnyTagClassName
{
color: #DCDF4C;
}
</style>
background-color css
<style>
a { background-color: #DCDF4C; }
a { background-color: rgb(220,223,76); }
div.DivClassName
{
background-color: #DCDF4C;
}
.BgClassName
{
background-color: #DCDF4C;
}
</style>
border-color css
<style>
span { border-color: #DCDF4C; }
span { border-color: rgb(220,223,76); }
td.TdClassName
{
border-color: #DCDF4C;
}
.TagClassName
{
border-color: #DCDF4C;
}
</style>