#DAB340

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

Shades of Metallic Gold #DAB340

Tints of Metallic Gold #DAB340

Color information

#DAB340 (or 0xDAB340) is unknown color: approx Metallic Gold. HEX triplet: DA, B3 and 40. RGB value is (218,179,64). Sum of RGB (Red+Green+Blue) = 218+179+64=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 64 (25.39% from 255 or 13.88% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB340 is #254CBF. Grayscale: #B2B2B2. Windows color (decimal): -2444480 or 4240346. OLE color: 4240346.

HSL color Cylindrical-coordinate representation of color #DAB340: hue angle of 44.81º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DAB340 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB21817964-
CMYK00.180.710.15
HSL44.81º67.54%55.29%-
HSV(B)44.81º70.64%85.49%-
XYZ45.9647.5211.6-
YUV177.5563.92156.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.29%
GREEN value IS 179 (70.31% from 255) = 38.83%
BLUE value IS 64 (25.39% from 255) = 13.88%
R=47.29%
G=38.83%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181796400.180.710.1544.8167.5455.29
HexDAB34001247F2d4437
Octal332263100022107175510467
Binary11011010101100111000000010010100011111111011011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB340; }

 p { color: rgb(218,179,64); }

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

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

 a { background-color: rgb(218,179,64); }

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

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

 span { border-color: rgb(218,179,64); }

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