#DAA733

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

Shades of Metallic Gold #DAA733

Tints of Metallic Gold #DAA733

Color information

#DAA733 (or 0xDAA733) is unknown color: approx Metallic Gold. HEX triplet: DA, A7 and 33. RGB value is (218,167,51). Sum of RGB (Red+Green+Blue) = 218+167+51=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 51 (20.31% from 255 or 11.70% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA733 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA733 is #2558CC. Grayscale: #A9A9A9. Windows color (decimal): -2447565 or 3385306. OLE color: 3385306.

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

Color convert

RGB21816751-
CMYK00.230.770.15
HSL41.68º69.29%52.75%-
HSV(B)41.68º76.61%85.49%-
XYZ43.3342.789.11-
YUV169.0261.4162.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50%
GREEN value IS 167 (65.62% from 255) = 38.30%
BLUE value IS 51 (20.31% from 255) = 11.70%
R=50%
G=38.30%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181675100.230.770.1541.6869.2952.75
HexDAA7330174DF2a4535
Octal33224763027115175210565
Binary1101101010100111110011010111100110111111010101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA733; }

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

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

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

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

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

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

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

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