Html Css Color HEX #D6B62C Metallic Gold

📋 copy color: '#D6B62C'

red 214 ◦ green 182 ◦ blue 44

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

Shades of Metallic Gold #D6B62C

Tints of Metallic Gold #D6B62C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10%

R = 48.64%
G = 41.36%
B = 10%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6B62C (or 0xD6B62C) is known color: Metallic Gold. HEX triplet: D6, B6 and 2C. RGB value is (214,182,44). Sum of RGB (Red+Green+Blue) = 214+182+44=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 44 (17.58% from 255 or 10% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B62C is #2949D3. Grayscale: #B0B0B0. Windows color (decimal): -2705876 or 2930390. OLE color: 2930390.

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

Color convert

RGB 214 182 44 -
CMYK 0 0.15 0.79 0.16
HSL 48.71º 0.67% 0.51% -
HSV(B) 48.71º 0.79% 0.84% -
XYZ 44.91 47.93 9.27 -
YUV 175.84 53.6 155.22 -
System Red Green Blue C M Y K H S L
Decimal 214 182 44 0 0.15 0.79 0.16 48.71 0.67 0.51
Hex D6 B6 2C 0 F 4F 10 31 43 33
Octal 326 266 54 0 17 117 20 61 103 63
Binary 11010110 10110110 101100 0 1111 1001111 10000 110001 1000011 110011

Color Harmonies of #D6B62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B62C

Black with #D6B62C

Text Example


Text Example

White with #D6B62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B62C; }

 p { color: rgb(214,182,44); }

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

background-color css

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

 a { background-color: rgb(214,182,44); }

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

border-color css

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

 span { border-color: rgb(214,182,44); }

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