Html Css Color HEX #D6AB3C Metallic Gold

📋 copy color: '#D6AB3C'

red 214 ◦ green 171 ◦ blue 60

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

Shades of Metallic Gold #D6AB3C

Tints of Metallic Gold #D6AB3C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.43%

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

R = 48.09%
G = 38.43%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6AB3C (or 0xD6AB3C) is known color: Metallic Gold. HEX triplet: D6, AB and 3C. RGB value is (214,171,60). Sum of RGB (Red+Green+Blue) = 214+171+60=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AB3C is #2954C3. Grayscale: #ABABAB. Windows color (decimal): -2708676 or 3976150. OLE color: 3976150.

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

Color convert

RGB 214 171 60 -
CMYK 0 0.20 0.72 0.16
HSL 43.25º 0.65% 0.54% -
HSV(B) 43.25º 0.72% 0.84% -
XYZ 43.11 43.75 10.45 -
YUV 171.2 65.25 158.53 -
System Red Green Blue C M Y K H S L
Decimal 214 171 60 0 0.20 0.72 0.16 43.25 0.65 0.54
Hex D6 AB 3C 0 14 48 10 2B 41 36
Octal 326 253 74 0 24 110 20 53 101 66
Binary 11010110 10101011 111100 0 10100 1001000 10000 101011 1000001 110110

Color Harmonies of #D6AB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AB3C

Black with #D6AB3C

Text Example


Text Example

White with #D6AB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AB3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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