#DAA433

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

Shades of Metallic Gold #DAA433

Tints of Metallic Gold #DAA433

Color information

#DAA433 (or 0xDAA433) is unknown color: approx Metallic Gold. HEX triplet: DA, A4 and 33. RGB value is (218,164,51). Sum of RGB (Red+Green+Blue) = 218+164+51=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 51 (20.31% from 255 or 11.78% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA433 is #255BCC. Grayscale: #A7A7A7. Windows color (decimal): -2448333 or 3384538. OLE color: 3384538.

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

Color convert

RGB21816451-
CMYK00.250.770.15
HSL40.6º69.29%52.75%-
HSV(B)40.6º76.61%85.49%-
XYZ42.7941.78.92-
YUV167.2662.39164.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.35%
GREEN value IS 164 (64.45% from 255) = 37.88%
BLUE value IS 51 (20.31% from 255) = 11.78%
R=50.35%
G=37.88%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181645100.250.770.1540.669.2952.75
HexDAA4330194DF294535
Octal33224463031115175110565
Binary1101101010100100110011011001100110111111010011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA433; }

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

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

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

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

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

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

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

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