#DAB240

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

Shades of Metallic Gold #DAB240

Tints of Metallic Gold #DAB240

Color information

#DAB240 (or 0xDAB240) is unknown color: approx Metallic Gold. HEX triplet: DA, B2 and 40. RGB value is (218,178,64). Sum of RGB (Red+Green+Blue) = 218+178+64=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 64 (25.39% from 255 or 13.91% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB240 is #254DBF. Grayscale: #B1B1B1. Windows color (decimal): -2444736 or 4240090. OLE color: 4240090.

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

Color convert

RGB21817864-
CMYK00.180.710.15
HSL44.42º67.54%55.29%-
HSV(B)44.42º70.64%85.49%-
XYZ45.7647.1211.53-
YUV176.9664.25157.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.39%
GREEN value IS 178 (69.92% from 255) = 38.70%
BLUE value IS 64 (25.39% from 255) = 13.91%
R=47.39%
G=38.70%
B=13.91%

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
Decimal2181786400.180.710.1544.4267.5455.29
HexDAB24001247F2c4437
Octal332262100022107175410467
Binary11011010101100101000000010010100011111111011001000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB240; }

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

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

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

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

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

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

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

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