Shades of Manz #DCE259
Tints of Manz #DCE259
RGB
CMYK
RGB Variations
Color information
#DCE259 (or 0xDCE259) is known color: Manz. HEX triplet: DC, E2 and 59. RGB value is (220,226,89). Sum of RGB (Red+Green+Blue) = 220+226+89=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 226 (88.67% from 255 or 42.24% from 535); Blue value is 89 (35.16% from 255 or 16.64% from 535); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE259 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE259 is #231DA6. Grayscale: #D1D1D1. Windows color (decimal): -2301351 or 5890780. OLE color: 5890780.
HSL color Cylindrical-coordinate representation of color #DCE259: hue angle of 62.63º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCE259 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 89 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.11 |
| HSL | 62.63º | 0.7% | 0.62% | - |
| HSV(B) | 62.63º | 0.61% | 0.89% | - |
| XYZ | 58.51 | 70.33 | 19.94 | - |
| YUV | 208.59 | 60.51 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 89 | 0.03 | 0 | 0.61 | 0.11 | 62.63 | 0.7 | 0.62 |
| Hex | DC | E2 | 59 | 3 | 0 | 3D | B | 3F | 46 | 3E |
| Octal | 334 | 342 | 131 | 3 | 0 | 75 | 13 | 77 | 106 | 76 |
| Binary | 11011100 | 11100010 | 1011001 | 11 | 0 | 111101 | 1011 | 111111 | 1000110 | 111110 |
Color Harmonies of #DCE259
Complementary color
Monochromatic Colors of #DCE259
Black with #DCE259
Text Example
Text Example
White with #DCE259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE259; }
p { color: rgb(220,226,89); }
H1.HeaderClassName
{
color: #DCE259;
}
.AnyTagClassName
{
color: #DCE259;
}
</style>
background-color css
<style>
a { background-color: #DCE259; }
a { background-color: rgb(220,226,89); }
div.DivClassName
{
background-color: #DCE259;
}
.BgClassName
{
background-color: #DCE259;
}
</style>
border-color css
<style>
span { border-color: #DCE259; }
span { border-color: rgb(220,226,89); }
td.TdClassName
{
border-color: #DCE259;
}
.TagClassName
{
border-color: #DCE259;
}
</style>