#DCED50

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

Shades of Manz #DCED50

Tints of Manz #DCED50

Color information

#DCED50 (or 0xDCED50) is unknown color: approx Manz. HEX triplet: DC, ED and 50. RGB value is (220,237,80). Sum of RGB (Red+Green+Blue) = 220+237+80=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 80 (31.64% from 255 or 14.90% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED50 is #2312AF. Grayscale: #D6D6D6. Windows color (decimal): -2298544 or 5303772. OLE color: 5303772.

HSL color Cylindrical-coordinate representation of color #DCED50: hue angle of 66.5º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCED50 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB22023780-
CMYK0.0700.660.07
HSL66.5º81.35%62.16%-
HSV(B)66.5º66.24%92.94%-
XYZ61.2576.3619.1-
YUV214.0252.37132.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.97%
GREEN value IS 237 (92.97% from 255) = 44.13%
BLUE value IS 80 (31.64% from 255) = 14.90%
R=40.97%
G=44.13%
B=14.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal220237800.0700.660.0766.581.3562.16
HexDCED507042742513e
Octal33435512070102710212176
Binary110111001110110110100001110100001011110000101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCED50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCED50; }

 p { color: rgb(220,237,80); }

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

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

 a { background-color: rgb(220,237,80); }

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

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

 span { border-color: rgb(220,237,80); }

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