#DDAE33

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

Shades of Metallic Gold #DDAE33

Tints of Metallic Gold #DDAE33

Color information

#DDAE33 (or 0xDDAE33) is unknown color: approx Metallic Gold. HEX triplet: DD, AE and 33. RGB value is (221,174,51). Sum of RGB (Red+Green+Blue) = 221+174+51=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 51 (20.31% from 255 or 11.43% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAE33 is #2251CC. Grayscale: #AEAEAE. Windows color (decimal): -2249165 or 3387101. OLE color: 3387101.

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

Color convert

RGB22117451-
CMYK00.210.770.13
HSL43.41º71.43%53.33%-
HSV(B)43.41º76.92%86.67%-
XYZ45.5545.889.59-
YUV174.0358.57161.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.55%
GREEN value IS 174 (68.36% from 255) = 39.01%
BLUE value IS 51 (20.31% from 255) = 11.43%
R=49.55%
G=39.01%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211745100.210.770.1343.4171.4353.33
HexDDAE330154DD2b4735
Octal33525663025115155310765
Binary1101110110101110110011010101100110111011010111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAE33; }

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

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

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

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

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

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

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

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