#DDDE55

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

Shades of Manz #DDDE55

Tints of Manz #DDDE55

Color information

#DDDE55 (or 0xDDDE55) is unknown color: approx Manz. HEX triplet: DD, DE and 55. RGB value is (221,222,85). Sum of RGB (Red+Green+Blue) = 221+222+85=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 85 (33.59% from 255 or 16.10% from 528); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDE55 is #2221AA. Grayscale: #CECECE. Windows color (decimal): -2236843 or 5627613. OLE color: 5627613.

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

Color convert

RGB22122285-
CMYK0.0000.620.13
HSL60.44º67.49%60.2%-
HSV(B)60.44º61.71%87.06%-
XYZ57.5868.2718.74-
YUV206.0859.67138.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.86%
GREEN value IS 222 (87.11% from 255) = 42.05%
BLUE value IS 85 (33.59% from 255) = 16.10%
R=41.86%
G=42.05%
B=16.10%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221222850.0000.620.1360.4467.4960.2
HexDDDE55003ED3c433c
Octal3353361250076157410374
Binary110111011101111010101010011111011011111001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDE55; }

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

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

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

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

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

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

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

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