Shades of Manz #DCDF4E
Tints of Manz #DCDF4E
RGB
CMYK
RGB Variations
Color information
#DCDF4E (or 0xDCDF4E) is known color: Manz. HEX triplet: DC, DF and 4E. RGB value is (220,223,78). Sum of RGB (Red+Green+Blue) = 220+223+78=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 78 (30.86% from 255 or 14.97% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDF4E is #2320B1. Grayscale: #CECECE. Windows color (decimal): -2302130 or 5169116. OLE color: 5169116.
HSL color Cylindrical-coordinate representation of color #DCDF4E: hue angle of 61.24º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCDF4E is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 78 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.13 |
| HSL | 61.24º | 0.69% | 0.59% | - |
| HSV(B) | 61.24º | 0.65% | 0.87% | - |
| XYZ | 57.28 | 68.54 | 17.42 | - |
| YUV | 205.57 | 56.01 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 78 | 0.01 | 0 | 0.65 | 0.13 | 61.24 | 0.69 | 0.59 |
| Hex | DC | DF | 4E | 1 | 0 | 41 | D | 3D | 45 | 3B |
| Octal | 334 | 337 | 116 | 1 | 0 | 101 | 15 | 75 | 105 | 73 |
| Binary | 11011100 | 11011111 | 1001110 | 1 | 0 | 1000001 | 1101 | 111101 | 1000101 | 111011 |
Color Harmonies of #DCDF4E
Complementary color
Monochromatic Colors of #DCDF4E
Black with #DCDF4E
Text Example
Text Example
White with #DCDF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF4E; }
p { color: rgb(220,223,78); }
H1.HeaderClassName
{
color: #DCDF4E;
}
.AnyTagClassName
{
color: #DCDF4E;
}
</style>
background-color css
<style>
a { background-color: #DCDF4E; }
a { background-color: rgb(220,223,78); }
div.DivClassName
{
background-color: #DCDF4E;
}
.BgClassName
{
background-color: #DCDF4E;
}
</style>
border-color css
<style>
span { border-color: #DCDF4E; }
span { border-color: rgb(220,223,78); }
td.TdClassName
{
border-color: #DCDF4E;
}
.TagClassName
{
border-color: #DCDF4E;
}
</style>