#DED55A

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

Shades of Manz #DED55A

Tints of Manz #DED55A

Color information

#DED55A (or 0xDED55A) is unknown color: approx Manz. HEX triplet: DE, D5 and 5A. RGB value is (222,213,90). Sum of RGB (Red+Green+Blue) = 222+213+90=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 90 (35.55% from 255 or 17.14% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DED55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED55A is #212AA5. Grayscale: #CACACA. Windows color (decimal): -2173606 or 5952990. OLE color: 5952990.

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

Color convert

RGB22221390-
CMYK00.040.590.13
HSL55.91º66.67%61.18%-
HSV(B)55.91º59.46%87.06%-
XYZ55.7663.8619.06-
YUV201.6764.98142.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.29%
GREEN value IS 213 (83.59% from 255) = 40.57%
BLUE value IS 90 (35.55% from 255) = 17.14%
R=42.29%
G=40.57%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222139000.040.590.1355.9166.6761.18
HexDED55A043BD38433d
Octal3363251320473157010375
Binary11011110110101011011010010011101111011110001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED55A; }

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

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

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

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

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

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

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

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