#DEDE5C

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

Shades of Manz #DEDE5C

Tints of Manz #DEDE5C

Color information

#DEDE5C (or 0xDEDE5C) is unknown color: approx Manz. HEX triplet: DE, DE and 5C. RGB value is (222,222,92). Sum of RGB (Red+Green+Blue) = 222+222+92=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 92 (36.33% from 255 or 17.16% from 536); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDE5C is #2121A3. Grayscale: #CFCFCF. Windows color (decimal): -2171300 or 6086366. OLE color: 6086366.

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

Color convert

RGB22222292-
CMYK000.590.13
HSL60º66.33%61.57%-
HSV(B)60º58.56%87.06%-
XYZ58.1868.5420.29-
YUV207.1863138.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.42%
GREEN value IS 222 (87.11% from 255) = 41.42%
BLUE value IS 92 (36.33% from 255) = 17.16%
R=41.42%
G=41.42%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222292000.590.136066.3361.57
HexDEDE5C003BD3c423e
Octal3363361340073157410276
Binary110111101101111010111000011101111011111001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDE5C; }

 p { color: rgb(222,222,92); }

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

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

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

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

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

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

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