#DED555

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

Shades of Manz #DED555

Tints of Manz #DED555

Color information

#DED555 (or 0xDED555) is unknown color: approx Manz. HEX triplet: DE, D5 and 55. RGB value is (222,213,85). Sum of RGB (Red+Green+Blue) = 222+213+85=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 85 (33.59% from 255 or 16.35% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DED555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED555 is #212AAA. Grayscale: #C9C9C9. Windows color (decimal): -2173611 or 5625310. OLE color: 5625310.

HSL color Cylindrical-coordinate representation of color #DED555: hue angle of 56.06º degrees, saturation: 0.67, 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 #DED555 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB22221385-
CMYK00.040.620.13
HSL56.06º67.49%60.2%-
HSV(B)56.06º61.71%87.06%-
XYZ55.5663.7717.98-
YUV201.162.48142.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.69%
GREEN value IS 213 (83.59% from 255) = 40.96%
BLUE value IS 85 (33.59% from 255) = 16.35%
R=42.69%
G=40.96%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222138500.040.620.1356.0667.4960.2
HexDED555043ED38433c
Octal3363251250476157010374
Binary11011110110101011010101010011111011011110001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED555; }

 p { color: rgb(222,213,85); }

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

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

 a { background-color: rgb(222,213,85); }

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

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

 span { border-color: rgb(222,213,85); }

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