#DED45D

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

Shades of Manz #DED45D

Tints of Manz #DED45D

Color information

#DED45D (or 0xDED45D) is unknown color: approx Manz. HEX triplet: DE, D4 and 5D. RGB value is (222,212,93). Sum of RGB (Red+Green+Blue) = 222+212+93=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DED45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED45D is #212BA2. Grayscale: #C9C9C9. Windows color (decimal): -2173859 or 6149342. OLE color: 6149342.

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

Color convert

RGB22221293-
CMYK00.050.580.13
HSL55.35º66.15%61.76%-
HSV(B)55.35º58.11%87.06%-
XYZ55.6463.4119.66-
YUV201.4266.81142.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.13%
GREEN value IS 212 (83.20% from 255) = 40.23%
BLUE value IS 93 (36.72% from 255) = 17.65%
R=42.13%
G=40.23%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222129300.050.580.1355.3566.1561.76
HexDED45D053AD37423e
Octal3363241350572156710276
Binary11011110110101001011101010111101011011101111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED45D; }

 p { color: rgb(222,212,93); }

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

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

 a { background-color: rgb(222,212,93); }

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

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

 span { border-color: rgb(222,212,93); }

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