Html Css Color HEX #DAB63B Metallic Gold

📋 copy color: '#DAB63B'

red 218 ◦ green 182 ◦ blue 59

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

Shades of Metallic Gold #DAB63B

Tints of Metallic Gold #DAB63B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.85%

R = 47.49%
G = 39.65%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DAB63B (or 0xDAB63B) is known color: Metallic Gold. HEX triplet: DA, B6 and 3B. RGB value is (218,182,59). Sum of RGB (Red+Green+Blue) = 218+182+59=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 59 (23.44% from 255 or 12.85% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB63B is #2549C4. Grayscale: #B3B3B3. Windows color (decimal): -2443717 or 3913434. OLE color: 3913434.

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

Color convert

RGB 218 182 59 -
CMYK 0 0.17 0.73 0.15
HSL 46.42º 0.68% 0.54% -
HSV(B) 46.42º 0.73% 0.85% -
XYZ 46.43 48.68 11.09 -
YUV 178.74 60.43 156 -
System Red Green Blue C M Y K H S L
Decimal 218 182 59 0 0.17 0.73 0.15 46.42 0.68 0.54
Hex DA B6 3B 0 11 49 F 2E 44 36
Octal 332 266 73 0 21 111 17 56 104 66
Binary 11011010 10110110 111011 0 10001 1001001 1111 101110 1000100 110110

Color Harmonies of #DAB63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB63B

Black with #DAB63B

Text Example


Text Example

White with #DAB63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB63B; }

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

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

background-color css

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

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

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

border-color css

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

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

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