#DDDA53

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

Shades of Manz #DDDA53

Tints of Manz #DDDA53

Color information

#DDDA53 (or 0xDDDA53) is unknown color: approx Manz. HEX triplet: DD, DA and 53. RGB value is (221,218,83). Sum of RGB (Red+Green+Blue) = 221+218+83=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 83 (32.81% from 255 or 15.90% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA53 is #2225AC. Grayscale: #CCCCCC. Windows color (decimal): -2237869 or 5495517. OLE color: 5495517.

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

Color convert

RGB22121883-
CMYK00.010.620.13
HSL58.7º66.99%59.61%-
HSV(B)58.7º62.44%86.67%-
XYZ56.4566.1417.97-
YUV203.5159.99140.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.34%
GREEN value IS 218 (85.55% from 255) = 41.76%
BLUE value IS 83 (32.81% from 255) = 15.90%
R=42.34%
G=41.76%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212188300.010.620.1358.766.9959.61
HexDDDA53013ED3b433c
Octal3353321230176157310374
Binary110111011101101010100110111111011011110111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDA53; }

 p { color: rgb(221,218,83); }

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

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

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

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

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

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

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