#DDDB49

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

Shades of Manz #DDDB49

Tints of Manz #DDDB49

Color information

#DDDB49 (or 0xDDDB49) is unknown color: approx Manz. HEX triplet: DD, DB and 49. RGB value is (221,219,73). Sum of RGB (Red+Green+Blue) = 221+219+73=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 73 (28.91% from 255 or 14.23% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB49 is #2224B6. Grayscale: #CBCBCB. Windows color (decimal): -2237623 or 4840413. OLE color: 4840413.

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

Color convert

RGB22121973-
CMYK00.010.670.13
HSL59.19º68.52%57.65%-
HSV(B)59.19º66.97%86.67%-
XYZ56.3566.5216.17-
YUV202.9554.66140.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.08%
GREEN value IS 219 (85.94% from 255) = 42.69%
BLUE value IS 73 (28.91% from 255) = 14.23%
R=43.08%
G=42.69%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212197300.010.670.1359.1968.5257.65
HexDDDB490143D3b453a
Octal33533311101103157310572
Binary1101110111011011100100101100001111011110111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDB49; }

 p { color: rgb(221,219,73); }

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

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

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

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

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

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

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