Html Css Color HEX #D6B42C Metallic Gold

📋 copy color: '#D6B42C'

red 214 ◦ green 180 ◦ blue 44

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

Shades of Metallic Gold #D6B42C

Tints of Metallic Gold #D6B42C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.1%

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

R = 48.86%
G = 41.1%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6B42C (or 0xD6B42C) is known color: Metallic Gold. HEX triplet: D6, B4 and 2C. RGB value is (214,180,44). Sum of RGB (Red+Green+Blue) = 214+180+44=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 44 (17.58% from 255 or 10.05% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B42C is #294BD3. Grayscale: #AFAFAF. Windows color (decimal): -2706388 or 2929878. OLE color: 2929878.

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

Color convert

RGB 214 180 44 -
CMYK 0 0.16 0.79 0.16
HSL 48º 0.67% 0.51% -
HSV(B) 48º 0.79% 0.84% -
XYZ 44.51 47.12 9.13 -
YUV 174.66 54.26 156.06 -
System Red Green Blue C M Y K H S L
Decimal 214 180 44 0 0.16 0.79 0.16 48 0.67 0.51
Hex D6 B4 2C 0 10 4F 10 30 43 33
Octal 326 264 54 0 20 117 20 60 103 63
Binary 11010110 10110100 101100 0 10000 1001111 10000 110000 1000011 110011

Color Harmonies of #D6B42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B42C

Black with #D6B42C

Text Example


Text Example

White with #D6B42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B42C; }

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

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

background-color css

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

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

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

border-color css

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

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

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