Shades of Manz #DFE553
Tints of Manz #DFE553
RGB
CMYK
RGB Variations
Color information
#DFE553 (or 0xDFE553) is known color: Manz. HEX triplet: DF, E5 and 53. RGB value is (223,229,83). Sum of RGB (Red+Green+Blue) = 223+229+83=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 229 (89.84% from 255 or 42.80% from 535); Blue value is 83 (32.81% from 255 or 15.51% from 535); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE553 is #201AAC. Grayscale: #D3D3D3. Windows color (decimal): -2103981 or 5498335. OLE color: 5498335.
HSL color Cylindrical-coordinate representation of color #DFE553: hue angle of 62.47º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFE553 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 83 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.10 |
| HSL | 62.47º | 0.74% | 0.61% | - |
| HSV(B) | 62.47º | 0.64% | 0.9% | - |
| XYZ | 60.01 | 72.35 | 18.99 | - |
| YUV | 210.56 | 56.01 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 83 | 0.03 | 0 | 0.64 | 0.10 | 62.47 | 0.74 | 0.61 |
| Hex | DF | E5 | 53 | 3 | 0 | 40 | A | 3E | 4A | 3D |
| Octal | 337 | 345 | 123 | 3 | 0 | 100 | 12 | 76 | 112 | 75 |
| Binary | 11011111 | 11100101 | 1010011 | 11 | 0 | 1000000 | 1010 | 111110 | 1001010 | 111101 |
Color Harmonies of #DFE553
Complementary color
Monochromatic Colors of #DFE553
Black with #DFE553
Text Example
Text Example
White with #DFE553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE553; }
p { color: rgb(223,229,83); }
H1.HeaderClassName
{
color: #DFE553;
}
.AnyTagClassName
{
color: #DFE553;
}
</style>
background-color css
<style>
a { background-color: #DFE553; }
a { background-color: rgb(223,229,83); }
div.DivClassName
{
background-color: #DFE553;
}
.BgClassName
{
background-color: #DFE553;
}
</style>
border-color css
<style>
span { border-color: #DFE553; }
span { border-color: rgb(223,229,83); }
td.TdClassName
{
border-color: #DFE553;
}
.TagClassName
{
border-color: #DFE553;
}
</style>