#DCDF55

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

Shades of Manz #DCDF55

Tints of Manz #DCDF55

Color information

#DCDF55 (or 0xDCDF55) is unknown color: approx Manz. HEX triplet: DC, DF and 55. RGB value is (220,223,85). Sum of RGB (Red+Green+Blue) = 220+223+85=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 85 (33.59% from 255 or 16.10% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDF55 is #2320AA. Grayscale: #CECECE. Windows color (decimal): -2302123 or 5627868. OLE color: 5627868.

HSL color Cylindrical-coordinate representation of color #DCDF55: hue angle of 61.3º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCDF55 is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB22022385-
CMYK0.0100.620.13
HSL61.3º68.32%60.39%-
HSV(B)61.3º61.88%87.45%-
XYZ57.5468.6518.81-
YUV206.3759.51137.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.67%
GREEN value IS 223 (87.5% from 255) = 42.23%
BLUE value IS 85 (33.59% from 255) = 16.10%
R=41.67%
G=42.23%
B=16.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal220223850.0100.620.1361.368.3260.39
HexDCDF55103ED3d443c
Octal3343371251076157510474
Binary110111001101111110101011011111011011111011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDF55; }

 p { color: rgb(220,223,85); }

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

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

 a { background-color: rgb(220,223,85); }

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

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

 span { border-color: rgb(220,223,85); }

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