Shades of Manz #DFE161
Tints of Manz #DFE161
RGB
CMYK
RGB Variations
Color information
#DFE161 (or 0xDFE161) is known color: Manz. HEX triplet: DF, E1 and 61. RGB value is (223,225,97). Sum of RGB (Red+Green+Blue) = 223+225+97=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 97 (38.28% from 255 or 17.80% from 545); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE161 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE161 is #201E9E. Grayscale: #D2D2D2. Windows color (decimal): -2104991 or 6414815. OLE color: 6414815.
HSL color Cylindrical-coordinate representation of color #DFE161: hue angle of 60.94º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFE161 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 97 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.12 |
| HSL | 60.94º | 0.68% | 0.63% | - |
| HSV(B) | 60.94º | 0.57% | 0.88% | - |
| XYZ | 59.51 | 70.4 | 21.76 | - |
| YUV | 209.81 | 64.34 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 97 | 0.01 | 0 | 0.57 | 0.12 | 60.94 | 0.68 | 0.63 |
| Hex | DF | E1 | 61 | 1 | 0 | 39 | C | 3D | 44 | 3F |
| Octal | 337 | 341 | 141 | 1 | 0 | 71 | 14 | 75 | 104 | 77 |
| Binary | 11011111 | 11100001 | 1100001 | 1 | 0 | 111001 | 1100 | 111101 | 1000100 | 111111 |
Color Harmonies of #DFE161
Complementary color
Monochromatic Colors of #DFE161
Black with #DFE161
Text Example
Text Example
White with #DFE161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE161; }
p { color: rgb(223,225,97); }
H1.HeaderClassName
{
color: #DFE161;
}
.AnyTagClassName
{
color: #DFE161;
}
</style>
background-color css
<style>
a { background-color: #DFE161; }
a { background-color: rgb(223,225,97); }
div.DivClassName
{
background-color: #DFE161;
}
.BgClassName
{
background-color: #DFE161;
}
</style>
border-color css
<style>
span { border-color: #DFE161; }
span { border-color: rgb(223,225,97); }
td.TdClassName
{
border-color: #DFE161;
}
.TagClassName
{
border-color: #DFE161;
}
</style>