Shades of Manz #DFE958
Tints of Manz #DFE958
RGB
CMYK
RGB Variations
Color information
#DFE958 (or 0xDFE958) is known color: Manz. HEX triplet: DF, E9 and 58. RGB value is (223,233,88). Sum of RGB (Red+Green+Blue) = 223+233+88=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 233 (91.41% from 255 or 42.83% from 544); Blue value is 88 (34.77% from 255 or 16.18% from 544); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE958 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFE958 is #2016A7. Grayscale: #D6D6D6. Windows color (decimal): -2102952 or 5827039. OLE color: 5827039.
HSL color Cylindrical-coordinate representation of color #DFE958: hue angle of 64.14º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DFE958 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 233 | 88 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.09 |
| HSL | 64.14º | 0.77% | 0.63% | - |
| HSV(B) | 64.14º | 0.62% | 0.91% | - |
| XYZ | 61.33 | 74.67 | 20.41 | - |
| YUV | 213.48 | 57.19 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 233 | 88 | 0.04 | 0 | 0.62 | 0.09 | 64.14 | 0.77 | 0.63 |
| Hex | DF | E9 | 58 | 4 | 0 | 3E | 9 | 40 | 4D | 3F |
| Octal | 337 | 351 | 130 | 4 | 0 | 76 | 11 | 100 | 115 | 77 |
| Binary | 11011111 | 11101001 | 1011000 | 100 | 0 | 111110 | 1001 | 1000000 | 1001101 | 111111 |
Color Harmonies of #DFE958
Complementary color
Monochromatic Colors of #DFE958
Black with #DFE958
Text Example
Text Example
White with #DFE958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE958; }
p { color: rgb(223,233,88); }
H1.HeaderClassName
{
color: #DFE958;
}
.AnyTagClassName
{
color: #DFE958;
}
</style>
background-color css
<style>
a { background-color: #DFE958; }
a { background-color: rgb(223,233,88); }
div.DivClassName
{
background-color: #DFE958;
}
.BgClassName
{
background-color: #DFE958;
}
</style>
border-color css
<style>
span { border-color: #DFE958; }
span { border-color: rgb(223,233,88); }
td.TdClassName
{
border-color: #DFE958;
}
.TagClassName
{
border-color: #DFE958;
}
</style>