Shades of Manz #DFE14D
Tints of Manz #DFE14D
RGB
CMYK
RGB Variations
Color information
#DFE14D (or 0xDFE14D) is known color: Manz. HEX triplet: DF, E1 and 4D. RGB value is (223,225,77). Sum of RGB (Red+Green+Blue) = 223+225+77=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 225 (88.28% from 255 or 42.86% from 525); Blue value is 77 (30.47% from 255 or 14.67% from 525); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE14D is #201EB2. Grayscale: #D0D0D0. Windows color (decimal): -2105011 or 5104095. OLE color: 5104095.
HSL color Cylindrical-coordinate representation of color #DFE14D: hue angle of 60.81º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DFE14D is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 77 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.12 |
| HSL | 60.81º | 0.71% | 0.59% | - |
| HSV(B) | 60.81º | 0.66% | 0.88% | - |
| XYZ | 58.7 | 70.07 | 17.45 | - |
| YUV | 207.53 | 54.34 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 77 | 0.01 | 0 | 0.66 | 0.12 | 60.81 | 0.71 | 0.59 |
| Hex | DF | E1 | 4D | 1 | 0 | 42 | C | 3D | 47 | 3B |
| Octal | 337 | 341 | 115 | 1 | 0 | 102 | 14 | 75 | 107 | 73 |
| Binary | 11011111 | 11100001 | 1001101 | 1 | 0 | 1000010 | 1100 | 111101 | 1000111 | 111011 |
Color Harmonies of #DFE14D
Complementary color
Monochromatic Colors of #DFE14D
Black with #DFE14D
Text Example
Text Example
White with #DFE14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE14D; }
p { color: rgb(223,225,77); }
H1.HeaderClassName
{
color: #DFE14D;
}
.AnyTagClassName
{
color: #DFE14D;
}
</style>
background-color css
<style>
a { background-color: #DFE14D; }
a { background-color: rgb(223,225,77); }
div.DivClassName
{
background-color: #DFE14D;
}
.BgClassName
{
background-color: #DFE14D;
}
</style>
border-color css
<style>
span { border-color: #DFE14D; }
span { border-color: rgb(223,225,77); }
td.TdClassName
{
border-color: #DFE14D;
}
.TagClassName
{
border-color: #DFE14D;
}
</style>