#DDD055

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

Shades of Manz #DDD055

Tints of Manz #DDD055

Color information

#DDD055 (or 0xDDD055) is unknown color: approx Manz. HEX triplet: DD, D0 and 55. RGB value is (221,208,85). Sum of RGB (Red+Green+Blue) = 221+208+85=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 85 (33.59% from 255 or 16.54% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD055 is #222FAA. Grayscale: #C6C6C6. Windows color (decimal): -2240427 or 5624029. OLE color: 5624029.

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

Color convert

RGB22120885-
CMYK00.060.620.13
HSL54.26º66.67%60%-
HSV(B)54.26º61.54%86.67%-
XYZ54.0161.1417.55-
YUV197.8664.31144.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.00%
GREEN value IS 208 (81.64% from 255) = 40.47%
BLUE value IS 85 (33.59% from 255) = 16.54%
R=43.00%
G=40.47%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212088500.060.620.1354.2666.6760
HexDDD055063ED36433c
Octal3353201250676156610374
Binary11011101110100001010101011011111011011101101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD055; }

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

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

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

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

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

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

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

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