#DEDD5C

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

Shades of Manz #DEDD5C

Tints of Manz #DEDD5C

Color information

#DEDD5C (or 0xDEDD5C) is unknown color: approx Manz. HEX triplet: DE, DD and 5C. RGB value is (222,221,92). Sum of RGB (Red+Green+Blue) = 222+221+92=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 92 (36.33% from 255 or 17.20% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDD5C is #2122A3. Grayscale: #CFCFCF. Windows color (decimal): -2171556 or 6086110. OLE color: 6086110.

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

Color convert

RGB22222192-
CMYK00.000.590.13
HSL59.54º66.33%61.57%-
HSV(B)59.54º58.56%87.06%-
XYZ57.9168.0220.2-
YUV206.5963.33138.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.50%
GREEN value IS 221 (86.72% from 255) = 41.31%
BLUE value IS 92 (36.33% from 255) = 17.20%
R=41.50%
G=41.31%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222219200.000.590.1359.5466.3361.57
HexDEDD5C003BD3c423e
Octal3363351340073157410276
Binary110111101101110110111000011101111011111001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDD5C; }

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

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

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

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

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

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

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

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