#DDDD55

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

Shades of Manz #DDDD55

Tints of Manz #DDDD55

Color information

#DDDD55 (or 0xDDDD55) is unknown color: approx Manz. HEX triplet: DD, DD and 55. RGB value is (221,221,85). Sum of RGB (Red+Green+Blue) = 221+221+85=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 85 (33.59% from 255 or 16.13% from 527); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD55 is #2222AA. Grayscale: #CECECE. Windows color (decimal): -2237099 or 5627357. OLE color: 5627357.

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

Color convert

RGB22122185-
CMYK000.620.13
HSL60º66.67%60%-
HSV(B)60º61.54%86.67%-
XYZ57.3167.7418.65-
YUV205.560139.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.94%
GREEN value IS 221 (86.72% from 255) = 41.94%
BLUE value IS 85 (33.59% from 255) = 16.13%
R=41.94%
G=41.94%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122185000.620.136066.6760
HexDDDD55003ED3c433c
Octal3353351250076157410374
Binary110111011101110110101010011111011011111001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDD55; }

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

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

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

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

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

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

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

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