Html Css Color HEX #D6BA2E Metallic Gold

📋 copy color: '#D6BA2E'

red 214 ◦ green 186 ◦ blue 46

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

Shades of Metallic Gold #D6BA2E

Tints of Metallic Gold #D6BA2E

RGB

 RED value IS 214 (83.98% from 255) = 47.98%

 GREEN value IS 186 (73.05% from 255) = 41.7%

 BLUE value IS 46 (18.36% from 255) = 10.31%

R = 47.98%
G = 41.7%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6BA2E (or 0xD6BA2E) is known color: Metallic Gold. HEX triplet: D6, BA and 2E. RGB value is (214,186,46). Sum of RGB (Red+Green+Blue) = 214+186+46=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 46 (18.36% from 255 or 10.31% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BA2E is #2945D1. Grayscale: #B3B3B3. Windows color (decimal): -2704850 or 3062486. OLE color: 3062486.

HSL color Cylindrical-coordinate representation of color #D6BA2E: hue angle of 50º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6BA2E is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 186 46 -
CMYK 0 0.13 0.79 0.16
HSL 50º 0.67% 0.51% -
HSV(B) 50º 0.79% 0.84% -
XYZ 45.78 49.61 9.75 -
YUV 178.41 53.28 153.38 -
System Red Green Blue C M Y K H S L
Decimal 214 186 46 0 0.13 0.79 0.16 50 0.67 0.51
Hex D6 BA 2E 0 D 4F 10 32 43 33
Octal 326 272 56 0 15 117 20 62 103 63
Binary 11010110 10111010 101110 0 1101 1001111 10000 110010 1000011 110011

Color Harmonies of #D6BA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA2E

Black with #D6BA2E

Text Example


Text Example

White with #D6BA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA2E; }

 p { color: rgb(214,186,46); }

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

background-color css

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

 a { background-color: rgb(214,186,46); }

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

border-color css

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

 span { border-color: rgb(214,186,46); }

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