#DDDA48

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

Shades of Manz #DDDA48

Tints of Manz #DDDA48

Color information

#DDDA48 (or 0xDDDA48) is unknown color: approx Manz. HEX triplet: DD, DA and 48. RGB value is (221,218,72). Sum of RGB (Red+Green+Blue) = 221+218+72=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 72 (28.52% from 255 or 14.09% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA48 is #2225B7. Grayscale: #CACACA. Windows color (decimal): -2237880 or 4774621. OLE color: 4774621.

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

Color convert

RGB22121872-
CMYK00.010.670.13
HSL58.79º68.66%57.45%-
HSV(B)58.79º67.42%86.67%-
XYZ56.0665.9815.91-
YUV202.2554.49141.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.25%
GREEN value IS 218 (85.55% from 255) = 42.66%
BLUE value IS 72 (28.52% from 255) = 14.09%
R=43.25%
G=42.66%
B=14.09%

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
Decimal2212187200.010.670.1358.7968.6657.45
HexDDDA480143D3b4539
Octal33533211001103157310571
Binary1101110111011010100100001100001111011110111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDA48; }

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

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

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

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

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

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

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

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