#DED655

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

Shades of Manz #DED655

Tints of Manz #DED655

Color information

#DED655 (or 0xDED655) is unknown color: approx Manz. HEX triplet: DE, D6 and 55. RGB value is (222,214,85). Sum of RGB (Red+Green+Blue) = 222+214+85=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 85 (33.59% from 255 or 16.31% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DED655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED655 is #2129AA. Grayscale: #CACACA. Windows color (decimal): -2173355 or 5625566. OLE color: 5625566.

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

Color convert

RGB22221485-
CMYK00.040.620.13
HSL56.5º67.49%60.2%-
HSV(B)56.5º61.71%87.06%-
XYZ55.8164.2818.06-
YUV201.6962.15142.49-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.61%
GREEN value IS 214 (83.98% from 255) = 41.07%
BLUE value IS 85 (33.59% from 255) = 16.31%
R=42.61%
G=41.07%
B=16.31%

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
Decimal2222148500.040.620.1356.567.4960.2
HexDED655043ED38433c
Octal3363261250476157010374
Binary11011110110101101010101010011111011011110001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED655; }

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

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

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

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

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

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

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

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