#DAAA33

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

Shades of Metallic Gold #DAAA33

Tints of Metallic Gold #DAAA33

Color information

#DAAA33 (or 0xDAAA33) is unknown color: approx Metallic Gold. HEX triplet: DA, AA and 33. RGB value is (218,170,51). Sum of RGB (Red+Green+Blue) = 218+170+51=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 51 (20.31% from 255 or 11.62% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAA33 is #2555CC. Grayscale: #ABABAB. Windows color (decimal): -2446797 or 3386074. OLE color: 3386074.

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

Color convert

RGB21817051-
CMYK00.220.770.15
HSL42.75º69.29%52.75%-
HSV(B)42.75º76.61%85.49%-
XYZ43.8943.899.29-
YUV170.7960.4161.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.66%
GREEN value IS 170 (66.80% from 255) = 38.72%
BLUE value IS 51 (20.31% from 255) = 11.62%
R=49.66%
G=38.72%
B=11.62%

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
Decimal2181705100.220.770.1542.7569.2952.75
HexDAAA330164DF2b4535
Octal33225263026115175310565
Binary1101101010101010110011010110100110111111010111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAA33; }

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

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

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

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

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

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

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

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