#DAA933

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

Shades of Metallic Gold #DAA933

Tints of Metallic Gold #DAA933

Color information

#DAA933 (or 0xDAA933) is unknown color: approx Metallic Gold. HEX triplet: DA, A9 and 33. RGB value is (218,169,51). Sum of RGB (Red+Green+Blue) = 218+169+51=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 51 (20.31% from 255 or 11.64% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA933 is #2556CC. Grayscale: #AAAAAA. Windows color (decimal): -2447053 or 3385818. OLE color: 3385818.

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

Color convert

RGB21816951-
CMYK00.220.770.15
HSL42.4º69.29%52.75%-
HSV(B)42.4º76.61%85.49%-
XYZ43.743.529.23-
YUV170.260.73162.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.77%
GREEN value IS 169 (66.41% from 255) = 38.58%
BLUE value IS 51 (20.31% from 255) = 11.64%
R=49.77%
G=38.58%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181695100.220.770.1542.469.2952.75
HexDAA9330164DF2a4535
Octal33225163026115175210565
Binary1101101010101001110011010110100110111111010101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA933; }

 p { color: rgb(218,169,51); }

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

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

 a { background-color: rgb(218,169,51); }

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

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

 span { border-color: rgb(218,169,51); }

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