Html Css Color HEX #D6B43C Metallic Gold

📋 copy color: '#D6B43C'

red 214 ◦ green 180 ◦ blue 60

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

Shades of Metallic Gold #D6B43C

Tints of Metallic Gold #D6B43C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.22%

R = 47.14%
G = 39.65%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6B43C (or 0xD6B43C) is known color: Metallic Gold. HEX triplet: D6, B4 and 3C. RGB value is (214,180,60). Sum of RGB (Red+Green+Blue) = 214+180+60=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 60 (23.83% from 255 or 13.22% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B43C is #294BC3. Grayscale: #B0B0B0. Windows color (decimal): -2706372 or 3978454. OLE color: 3978454.

HSL color Cylindrical-coordinate representation of color #D6B43C: hue angle of 46.75º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6B43C is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 180 60 -
CMYK 0 0.16 0.72 0.16
HSL 46.75º 0.65% 0.54% -
HSV(B) 46.75º 0.72% 0.84% -
XYZ 44.87 47.26 11.03 -
YUV 176.49 62.26 154.76 -
System Red Green Blue C M Y K H S L
Decimal 214 180 60 0 0.16 0.72 0.16 46.75 0.65 0.54
Hex D6 B4 3C 0 10 48 10 2F 41 36
Octal 326 264 74 0 20 110 20 57 101 66
Binary 11010110 10110100 111100 0 10000 1001000 10000 101111 1000001 110110

Color Harmonies of #D6B43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B43C

Black with #D6B43C

Text Example


Text Example

White with #D6B43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B43C; }

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

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

background-color css

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

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

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

border-color css

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

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

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