#DAB933

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

Shades of Metallic Gold #DAB933

Tints of Metallic Gold #DAB933

Color information

#DAB933 (or 0xDAB933) is unknown color: approx Metallic Gold. HEX triplet: DA, B9 and 33. RGB value is (218,185,51). Sum of RGB (Red+Green+Blue) = 218+185+51=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 51 (20.31% from 255 or 11.23% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB933 is #2546CC. Grayscale: #B4B4B4. Windows color (decimal): -2442957 or 3389914. OLE color: 3389914.

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

Color convert

RGB21818551-
CMYK00.150.770.15
HSL48.14º69.29%52.75%-
HSV(B)48.14º76.61%85.49%-
XYZ46.8649.8410.28-
YUV179.5955.43155.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.02%
GREEN value IS 185 (72.66% from 255) = 40.75%
BLUE value IS 51 (20.31% from 255) = 11.23%
R=48.02%
G=40.75%
B=11.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181855100.150.770.1548.1469.2952.75
HexDAB9330F4DF304535
Octal33227163017115176010565
Binary110110101011100111001101111100110111111100001000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB933; }

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

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

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

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

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

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

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

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