#DCED53

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

Shades of Manz #DCED53

Tints of Manz #DCED53

Color information

#DCED53 (or 0xDCED53) is unknown color: approx Manz. HEX triplet: DC, ED and 53. RGB value is (220,237,83). Sum of RGB (Red+Green+Blue) = 220+237+83=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 83 (32.81% from 255 or 15.37% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED53 is #2312AC. Grayscale: #D6D6D6. Windows color (decimal): -2298541 or 5500380. OLE color: 5500380.

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

Color convert

RGB22023783-
CMYK0.0700.650.07
HSL66.62º81.05%62.75%-
HSV(B)66.62º64.98%92.94%-
XYZ61.3676.4119.7-
YUV214.3653.87132.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.74%
GREEN value IS 237 (92.97% from 255) = 43.89%
BLUE value IS 83 (32.81% from 255) = 15.37%
R=40.74%
G=43.89%
B=15.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal220237830.0700.650.0766.6281.0562.75
HexDCED537041743513f
Octal33435512370101710312177
Binary110111001110110110100111110100000111110000111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCED53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCED53; }

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

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

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

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

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

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

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

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