Html Css Color HEX #D4A63C Metallic Gold

📋 copy color: '#D4A63C'

red 212 ◦ green 166 ◦ blue 60

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

Shades of Metallic Gold #D4A63C

Tints of Metallic Gold #D4A63C

RGB

 RED value IS 212 (83.2% from 255) = 48.4%

 GREEN value IS 166 (65.23% from 255) = 37.9%

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

R = 48.4%
G = 37.9%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4A63C (or 0xD4A63C) is known color: Metallic Gold. HEX triplet: D4, A6 and 3C. RGB value is (212,166,60). Sum of RGB (Red+Green+Blue) = 212+166+60=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 60 (23.83% from 255 or 13.70% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A63C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A63C is #2B59C3. Grayscale: #A8A8A8. Windows color (decimal): -2841028 or 3974868. OLE color: 3974868.

HSL color Cylindrical-coordinate representation of color #D4A63C: hue angle of 41.84º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4A63C is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 166 60 -
CMYK 0 0.22 0.72 0.17
HSL 41.84º 0.64% 0.53% -
HSV(B) 41.84º 0.72% 0.83% -
XYZ 41.6 41.6 10.11 -
YUV 167.67 67.24 159.62 -
System Red Green Blue C M Y K H S L
Decimal 212 166 60 0 0.22 0.72 0.17 41.84 0.64 0.53
Hex D4 A6 3C 0 16 48 11 2A 40 35
Octal 324 246 74 0 26 110 21 52 100 65
Binary 11010100 10100110 111100 0 10110 1001000 10001 101010 1000000 110101

Color Harmonies of #D4A63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A63C

Black with #D4A63C

Text Example


Text Example

White with #D4A63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A63C; }

 p { color: rgb(212,166,60); }

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

background-color css

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

 a { background-color: rgb(212,166,60); }

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

border-color css

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

 span { border-color: rgb(212,166,60); }

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