Html Css Color HEX #DAB340 Metallic Gold

📋 copy color: '#DAB340'

red 218 ◦ green 179 ◦ blue 64

#DAB340
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Metallic Gold #DAB340

Tints of Metallic Gold #DAB340

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 value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DAB340 (or 0xDAB340) is known color: 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

RGB 218 179 64 -
CMYK 0 0.18 0.71 0.15
HSL 44.81º 0.68% 0.55% -
HSV(B) 44.81º 0.71% 0.85% -
XYZ 45.96 47.52 11.6 -
YUV 177.55 63.92 156.85 -
System Red Green Blue C M Y K H S L
Decimal 218 179 64 0 0.18 0.71 0.15 44.81 0.68 0.55
Hex DA B3 40 0 12 47 F 2D 44 37
Octal 332 263 100 0 22 107 17 55 104 67
Binary 11011010 10110011 1000000 0 10010 1000111 1111 101101 1000100 110111

Color Harmonies of #DAB340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB340

Black with #DAB340

Text Example


Text Example

White with #DAB340

Text Example


Text Example

HTML Codes & Css Web 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>