#DCE055

Color #DCE055 Manz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manz #DCE055

Tints of Manz #DCE055

Color information

#DCE055 (or 0xDCE055) is unknown color: approx Manz. HEX triplet: DC, E0 and 55. RGB value is (220,224,85). Sum of RGB (Red+Green+Blue) = 220+224+85=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 85 (33.59% from 255 or 16.07% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE055 is #231FAA. Grayscale: #CFCFCF. Windows color (decimal): -2301867 or 5628124. OLE color: 5628124.

HSL color Cylindrical-coordinate representation of color #DCE055: hue angle of 61.73º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCE055 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB22022485-
CMYK0.0200.620.12
HSL61.73º69.15%60.59%-
HSV(B)61.73º62.05%87.84%-
XYZ57.8169.1818.9-
YUV206.9659.17137.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 41.59%
GREEN value IS 224 (87.89% from 255) = 42.34%
BLUE value IS 85 (33.59% from 255) = 16.07%
R=41.59%
G=42.34%
B=16.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal220224850.0200.620.1261.7369.1560.59
HexDCE055203EC3e453d
Octal3343401252076147610575
Binary1101110011100000101010110011111011001111101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE055; }

 p { color: rgb(220,224,85); }

 H1.HeaderClassName
 {
   color: #DCE055;
 }
 .AnyTagClassName
 {
   color: #DCE055;
 }
</style>
background-color css

<style>
 a { background-color: #DCE055; }

 a { background-color: rgb(220,224,85); }

 div.DivClassName
 {
   background-color: #DCE055;
 }
 .BgClassName
 {
   background-color: #DCE055;
 }
</style>
border-color css

<style>
 span { border-color: #DCE055; }

 span { border-color: rgb(220,224,85); }

 td.TdClassName
 {
   border-color: #DCE055;
 }
 .TagClassName
 {
   border-color: #DCE055;
 }
</style>