#DDAD33

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

Shades of Metallic Gold #DDAD33

Tints of Metallic Gold #DDAD33

Color information

#DDAD33 (or 0xDDAD33) is unknown color: approx Metallic Gold. HEX triplet: DD, AD and 33. RGB value is (221,173,51). Sum of RGB (Red+Green+Blue) = 221+173+51=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 51 (20.31% from 255 or 11.46% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAD33 is #2252CC. Grayscale: #ADADAD. Windows color (decimal): -2249421 or 3386845. OLE color: 3386845.

HSL color Cylindrical-coordinate representation of color #DDAD33: hue angle of 43.06º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDAD33 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB22117351-
CMYK00.220.770.13
HSL43.06º71.43%53.33%-
HSV(B)43.06º76.92%86.67%-
XYZ45.3645.59.52-
YUV173.4458.9161.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.66%
GREEN value IS 173 (67.97% from 255) = 38.88%
BLUE value IS 51 (20.31% from 255) = 11.46%
R=49.66%
G=38.88%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211735100.220.770.1343.0671.4353.33
HexDDAD330164DD2b4735
Octal33525563026115155310765
Binary1101110110101101110011010110100110111011010111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAD33; }

 p { color: rgb(221,173,51); }

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

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

 a { background-color: rgb(221,173,51); }

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

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

 span { border-color: rgb(221,173,51); }

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