#DCE14F

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

Shades of Manz #DCE14F

Tints of Manz #DCE14F

Color information

#DCE14F (or 0xDCE14F) is unknown color: approx Manz. HEX triplet: DC, E1 and 4F. RGB value is (220,225,79). Sum of RGB (Red+Green+Blue) = 220+225+79=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 79 (31.25% from 255 or 15.08% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE14F is #231EB0. Grayscale: #CFCFCF. Windows color (decimal): -2301617 or 5235164. OLE color: 5235164.

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

Color convert

RGB22022579-
CMYK0.0200.650.12
HSL62.05º70.87%59.61%-
HSV(B)62.05º64.89%88.24%-
XYZ57.8569.6317.79-
YUV206.8655.84137.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.98%
GREEN value IS 225 (88.28% from 255) = 42.94%
BLUE value IS 79 (31.25% from 255) = 15.08%
R=41.98%
G=42.94%
B=15.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal220225790.0200.650.1262.0570.8759.61
HexDCE14F2041C3e473c
Octal33434111720101147610774
Binary11011100111000011001111100100000111001111101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE14F; }

 p { color: rgb(220,225,79); }

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

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

 a { background-color: rgb(220,225,79); }

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

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

 span { border-color: rgb(220,225,79); }

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