#DCE060

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

Shades of Manz #DCE060

Tints of Manz #DCE060

Color information

#DCE060 (or 0xDCE060) is unknown color: approx Manz. HEX triplet: DC, E0 and 60. RGB value is (220,224,96). Sum of RGB (Red+Green+Blue) = 220+224+96=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 96 (37.89% from 255 or 17.78% from 540); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE060 is #231F9F. Grayscale: #D0D0D0. Windows color (decimal): -2301856 or 6349020. OLE color: 6349020.

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

Color convert

RGB22022496-
CMYK0.0200.570.12
HSL61.88º67.37%62.75%-
HSV(B)61.88º57.14%87.84%-
XYZ58.2869.3721.38-
YUV208.2164.67136.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.74%
GREEN value IS 224 (87.89% from 255) = 41.48%
BLUE value IS 96 (37.89% from 255) = 17.78%
R=40.74%
G=41.48%
B=17.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal220224960.0200.570.1261.8867.3762.75
HexDCE0602039C3e433f
Octal3343401402071147610377
Binary1101110011100000110000010011100111001111101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE060; }

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

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

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

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

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

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

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

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