Html Css Color HEX #DAB63E Metallic Gold

📋 copy color: '#DAB63E'

red 218 ◦ green 182 ◦ blue 62

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

Shades of Metallic Gold #DAB63E

Tints of Metallic Gold #DAB63E

RGB

 RED value IS 218 (85.55% from 255) = 47.19%

 GREEN value IS 182 (71.48% from 255) = 39.39%

 BLUE value IS 62 (24.61% from 255) = 13.42%

R = 47.19%
G = 39.39%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DAB63E (or 0xDAB63E) is known color: Metallic Gold. HEX triplet: DA, B6 and 3E. RGB value is (218,182,62). Sum of RGB (Red+Green+Blue) = 218+182+62=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 62 (24.61% from 255 or 13.42% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB63E is #2549C1. Grayscale: #B3B3B3. Windows color (decimal): -2443714 or 4110042. OLE color: 4110042.

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

Color convert

RGB 218 182 62 -
CMYK 0 0.17 0.72 0.15
HSL 46.15º 0.68% 0.55% -
HSV(B) 46.15º 0.72% 0.85% -
XYZ 46.51 48.71 11.51 -
YUV 179.08 61.93 155.76 -
System Red Green Blue C M Y K H S L
Decimal 218 182 62 0 0.17 0.72 0.15 46.15 0.68 0.55
Hex DA B6 3E 0 11 48 F 2E 44 37
Octal 332 266 76 0 21 110 17 56 104 67
Binary 11011010 10110110 111110 0 10001 1001000 1111 101110 1000100 110111

Color Harmonies of #DAB63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB63E

Black with #DAB63E

Text Example


Text Example

White with #DAB63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB63E; }

 p { color: rgb(218,182,62); }

 H1.HeaderClassName
 {
   color: #DAB63E;
 }
 .AnyTagClassName
 {
   color: #DAB63E;
 }
</style>

background-color css

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

 a { background-color: rgb(218,182,62); }

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

border-color css

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

 span { border-color: rgb(218,182,62); }

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