Shades of Manz #DCE249
Tints of Manz #DCE249
RGB
CMYK
RGB Variations
Color information
#DCE249 (or 0xDCE249) is known color: Manz. HEX triplet: DC, E2 and 49. RGB value is (220,226,73). Sum of RGB (Red+Green+Blue) = 220+226+73=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 226 (88.67% from 255 or 43.55% from 519); Blue value is 73 (28.91% from 255 or 14.07% from 519); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE249 is #231DB6. Grayscale: #CFCFCF. Windows color (decimal): -2301367 or 4842204. OLE color: 4842204.
HSL color Cylindrical-coordinate representation of color #DCE249: hue angle of 62.35º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCE249 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 73 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.11 |
| HSL | 62.35º | 0.73% | 0.59% | - |
| HSV(B) | 62.35º | 0.68% | 0.89% | - |
| XYZ | 57.91 | 70.09 | 16.78 | - |
| YUV | 206.76 | 52.51 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 73 | 0.03 | 0 | 0.68 | 0.11 | 62.35 | 0.73 | 0.59 |
| Hex | DC | E2 | 49 | 3 | 0 | 44 | B | 3E | 49 | 3B |
| Octal | 334 | 342 | 111 | 3 | 0 | 104 | 13 | 76 | 111 | 73 |
| Binary | 11011100 | 11100010 | 1001001 | 11 | 0 | 1000100 | 1011 | 111110 | 1001001 | 111011 |
Color Harmonies of #DCE249
Complementary color
Monochromatic Colors of #DCE249
Black with #DCE249
Text Example
Text Example
White with #DCE249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE249; }
p { color: rgb(220,226,73); }
H1.HeaderClassName
{
color: #DCE249;
}
.AnyTagClassName
{
color: #DCE249;
}
</style>
background-color css
<style>
a { background-color: #DCE249; }
a { background-color: rgb(220,226,73); }
div.DivClassName
{
background-color: #DCE249;
}
.BgClassName
{
background-color: #DCE249;
}
</style>
border-color css
<style>
span { border-color: #DCE249; }
span { border-color: rgb(220,226,73); }
td.TdClassName
{
border-color: #DCE249;
}
.TagClassName
{
border-color: #DCE249;
}
</style>