#DCE55D

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

Shades of Manz #DCE55D

Tints of Manz #DCE55D

Color information

#DCE55D (or 0xDCE55D) is unknown color: approx Manz. HEX triplet: DC, E5 and 5D. RGB value is (220,229,93). Sum of RGB (Red+Green+Blue) = 220+229+93=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 229 (89.84% from 255 or 42.25% from 542); Blue value is 93 (36.72% from 255 or 17.16% from 542); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE55D is #231AA2. Grayscale: #D3D3D3. Windows color (decimal): -2300579 or 6153692. OLE color: 6153692.

HSL color Cylindrical-coordinate representation of color #DCE55D: hue angle of 63.97º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCE55D is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB22022993-
CMYK0.0400.590.10
HSL63.97º72.34%63.14%-
HSV(B)63.97º59.39%89.8%-
XYZ59.5172.0421.13-
YUV210.861.52134.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.59%
GREEN value IS 229 (89.84% from 255) = 42.25%
BLUE value IS 93 (36.72% from 255) = 17.16%
R=40.59%
G=42.25%
B=17.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal220229930.0400.590.1063.9772.3463.14
HexDCE55D403BA40483f
Octal33434513540731210011077
Binary110111001110010110111011000111011101010000001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE55D; }

 p { color: rgb(220,229,93); }

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

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

 a { background-color: rgb(220,229,93); }

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

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

 span { border-color: rgb(220,229,93); }

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