Shades of Manz #DFE353
Tints of Manz #DFE353
RGB
CMYK
RGB Variations
Color information
#DFE353 (or 0xDFE353) is known color: Manz. HEX triplet: DF, E3 and 53. RGB value is (223,227,83). Sum of RGB (Red+Green+Blue) = 223+227+83=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 227 (89.06% from 255 or 42.59% from 533); Blue value is 83 (32.81% from 255 or 15.57% from 533); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE353 is #201CAC. Grayscale: #D1D1D1. Windows color (decimal): -2104493 or 5497823. OLE color: 5497823.
HSL color Cylindrical-coordinate representation of color #DFE353: hue angle of 61.67º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DFE353 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 83 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.11 |
| HSL | 61.67º | 0.72% | 0.61% | - |
| HSV(B) | 61.67º | 0.63% | 0.89% | - |
| XYZ | 59.46 | 71.25 | 18.8 | - |
| YUV | 209.39 | 56.67 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 83 | 0.02 | 0 | 0.63 | 0.11 | 61.67 | 0.72 | 0.61 |
| Hex | DF | E3 | 53 | 2 | 0 | 3F | B | 3E | 48 | 3D |
| Octal | 337 | 343 | 123 | 2 | 0 | 77 | 13 | 76 | 110 | 75 |
| Binary | 11011111 | 11100011 | 1010011 | 10 | 0 | 111111 | 1011 | 111110 | 1001000 | 111101 |
Color Harmonies of #DFE353
Complementary color
Monochromatic Colors of #DFE353
Black with #DFE353
Text Example
Text Example
White with #DFE353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE353; }
p { color: rgb(223,227,83); }
H1.HeaderClassName
{
color: #DFE353;
}
.AnyTagClassName
{
color: #DFE353;
}
</style>
background-color css
<style>
a { background-color: #DFE353; }
a { background-color: rgb(223,227,83); }
div.DivClassName
{
background-color: #DFE353;
}
.BgClassName
{
background-color: #DFE353;
}
</style>
border-color css
<style>
span { border-color: #DFE353; }
span { border-color: rgb(223,227,83); }
td.TdClassName
{
border-color: #DFE353;
}
.TagClassName
{
border-color: #DFE353;
}
</style>