Html Css Color HEX #D4A73C Metallic Gold

📋 copy color: '#D4A73C'

red 212 ◦ green 167 ◦ blue 60

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

Shades of Metallic Gold #D4A73C

Tints of Metallic Gold #D4A73C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.04%

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

R = 48.29%
G = 38.04%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4A73C (or 0xD4A73C) is known color: Metallic Gold. HEX triplet: D4, A7 and 3C. RGB value is (212,167,60). Sum of RGB (Red+Green+Blue) = 212+167+60=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A73C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A73C is #2B58C3. Grayscale: #A8A8A8. Windows color (decimal): -2840772 or 3975124. OLE color: 3975124.

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

Color convert

RGB 212 167 60 -
CMYK 0 0.21 0.72 0.17
HSL 42.24º 0.64% 0.53% -
HSV(B) 42.24º 0.72% 0.83% -
XYZ 41.79 41.96 10.17 -
YUV 168.26 66.91 159.2 -
System Red Green Blue C M Y K H S L
Decimal 212 167 60 0 0.21 0.72 0.17 42.24 0.64 0.53
Hex D4 A7 3C 0 15 48 11 2A 40 35
Octal 324 247 74 0 25 110 21 52 100 65
Binary 11010100 10100111 111100 0 10101 1001000 10001 101010 1000000 110101

Color Harmonies of #D4A73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A73C

Black with #D4A73C

Text Example


Text Example

White with #D4A73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A73C; }

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

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

background-color css

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

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

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

border-color css

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

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

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