Shades of Manz #DCE150
Tints of Manz #DCE150
RGB
CMYK
RGB Variations
Color information
#DCE150 (or 0xDCE150) is known color: Manz. HEX triplet: DC, E1 and 50. RGB value is (220,225,80). Sum of RGB (Red+Green+Blue) = 220+225+80=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 225 (88.28% from 255 or 42.86% from 525); Blue value is 80 (31.64% from 255 or 15.24% from 525); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE150 is #231EAF. Grayscale: #CFCFCF. Windows color (decimal): -2301616 or 5300700. OLE color: 5300700.
HSL color Cylindrical-coordinate representation of color #DCE150: hue angle of 62.07º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCE150 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 80 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.12 |
| HSL | 62.07º | 0.71% | 0.6% | - |
| HSV(B) | 62.07º | 0.64% | 0.88% | - |
| XYZ | 57.89 | 69.65 | 17.98 | - |
| YUV | 206.98 | 56.34 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 80 | 0.02 | 0 | 0.64 | 0.12 | 62.07 | 0.71 | 0.6 |
| Hex | DC | E1 | 50 | 2 | 0 | 40 | C | 3E | 47 | 3C |
| Octal | 334 | 341 | 120 | 2 | 0 | 100 | 14 | 76 | 107 | 74 |
| Binary | 11011100 | 11100001 | 1010000 | 10 | 0 | 1000000 | 1100 | 111110 | 1000111 | 111100 |
Color Harmonies of #DCE150
Complementary color
Monochromatic Colors of #DCE150
Black with #DCE150
Text Example
Text Example
White with #DCE150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE150; }
p { color: rgb(220,225,80); }
H1.HeaderClassName
{
color: #DCE150;
}
.AnyTagClassName
{
color: #DCE150;
}
</style>
background-color css
<style>
a { background-color: #DCE150; }
a { background-color: rgb(220,225,80); }
div.DivClassName
{
background-color: #DCE150;
}
.BgClassName
{
background-color: #DCE150;
}
</style>
border-color css
<style>
span { border-color: #DCE150; }
span { border-color: rgb(220,225,80); }
td.TdClassName
{
border-color: #DCE150;
}
.TagClassName
{
border-color: #DCE150;
}
</style>