#DEDC49

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

Shades of Manz #DEDC49

Tints of Manz #DEDC49

Color information

#DEDC49 (or 0xDEDC49) is unknown color: approx Manz. HEX triplet: DE, DC and 49. RGB value is (222,220,73). Sum of RGB (Red+Green+Blue) = 222+220+73=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 73 (28.91% from 255 or 14.17% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDC49 is #2123B6. Grayscale: #CCCCCC. Windows color (decimal): -2171831 or 4840670. OLE color: 4840670.

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

Color convert

RGB22222073-
CMYK00.010.670.13
HSL59.19º69.3%57.84%-
HSV(B)59.19º67.12%87.06%-
XYZ56.9267.216.27-
YUV203.8454.16140.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.11%
GREEN value IS 220 (86.33% from 255) = 42.72%
BLUE value IS 73 (28.91% from 255) = 14.17%
R=43.11%
G=42.72%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222207300.010.670.1359.1969.357.84
HexDEDC490143D3b453a
Octal33633411101103157310572
Binary1101111011011100100100101100001111011110111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDC49; }

 p { color: rgb(222,220,73); }

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

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

 a { background-color: rgb(222,220,73); }

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

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

 span { border-color: rgb(222,220,73); }

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