#DDD55D

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

Shades of Manz #DDD55D

Tints of Manz #DDD55D

Color information

#DDD55D (or 0xDDD55D) is unknown color: approx Manz. HEX triplet: DD, D5 and 5D. RGB value is (221,213,93). Sum of RGB (Red+Green+Blue) = 221+213+93=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD55D is #222AA2. Grayscale: #CACACA. Windows color (decimal): -2239139 or 6149597. OLE color: 6149597.

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

Color convert

RGB22121393-
CMYK00.040.580.13
HSL56.25º65.31%61.57%-
HSV(B)56.25º57.92%86.67%-
XYZ55.5963.7519.73-
YUV201.7166.65141.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.94%
GREEN value IS 213 (83.59% from 255) = 40.42%
BLUE value IS 93 (36.72% from 255) = 17.65%
R=41.94%
G=40.42%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212139300.040.580.1356.2565.3161.57
HexDDD55D043AD38413e
Octal3353251350472157010176
Binary11011101110101011011101010011101011011110001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD55D; }

 p { color: rgb(221,213,93); }

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

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

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

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

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

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

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