#DAA533

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

Shades of Metallic Gold #DAA533

Tints of Metallic Gold #DAA533

Color information

#DAA533 (or 0xDAA533) is unknown color: approx Metallic Gold. HEX triplet: DA, A5 and 33. RGB value is (218,165,51). Sum of RGB (Red+Green+Blue) = 218+165+51=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 51 (20.31% from 255 or 11.75% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA533 is #255ACC. Grayscale: #A8A8A8. Windows color (decimal): -2448077 or 3384794. OLE color: 3384794.

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

Color convert

RGB21816551-
CMYK00.240.770.15
HSL40.96º69.29%52.75%-
HSV(B)40.96º76.61%85.49%-
XYZ42.9742.058.98-
YUV167.8562.06163.77-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.23%
GREEN value IS 165 (64.84% from 255) = 38.02%
BLUE value IS 51 (20.31% from 255) = 11.75%
R=50.23%
G=38.02%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181655100.240.770.1540.9669.2952.75
HexDAA5330184DF294535
Octal33224563030115175110565
Binary1101101010100101110011011000100110111111010011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA533; }

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

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

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

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

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

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

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

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