Shades of Manz #DFE153
Tints of Manz #DFE153
RGB
CMYK
RGB Variations
Color information
#DFE153 (or 0xDFE153) is known color: Manz. HEX triplet: DF, E1 and 53. RGB value is (223,225,83). Sum of RGB (Red+Green+Blue) = 223+225+83=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 83 (32.81% from 255 or 15.63% from 531); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE153 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE153 is #201EAC. Grayscale: #D0D0D0. Windows color (decimal): -2105005 or 5497311. OLE color: 5497311.
HSL color Cylindrical-coordinate representation of color #DFE153: hue angle of 60.85º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DFE153 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 83 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.12 |
| HSL | 60.85º | 0.7% | 0.6% | - |
| HSV(B) | 60.85º | 0.63% | 0.88% | - |
| XYZ | 58.92 | 70.16 | 18.62 | - |
| YUV | 208.21 | 57.34 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 83 | 0.01 | 0 | 0.63 | 0.12 | 60.85 | 0.7 | 0.6 |
| Hex | DF | E1 | 53 | 1 | 0 | 3F | C | 3D | 46 | 3C |
| Octal | 337 | 341 | 123 | 1 | 0 | 77 | 14 | 75 | 106 | 74 |
| Binary | 11011111 | 11100001 | 1010011 | 1 | 0 | 111111 | 1100 | 111101 | 1000110 | 111100 |
Color Harmonies of #DFE153
Complementary color
Monochromatic Colors of #DFE153
Black with #DFE153
Text Example
Text Example
White with #DFE153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE153; }
p { color: rgb(223,225,83); }
H1.HeaderClassName
{
color: #DFE153;
}
.AnyTagClassName
{
color: #DFE153;
}
</style>
background-color css
<style>
a { background-color: #DFE153; }
a { background-color: rgb(223,225,83); }
div.DivClassName
{
background-color: #DFE153;
}
.BgClassName
{
background-color: #DFE153;
}
</style>
border-color css
<style>
span { border-color: #DFE153; }
span { border-color: rgb(223,225,83); }
td.TdClassName
{
border-color: #DFE153;
}
.TagClassName
{
border-color: #DFE153;
}
</style>