Html Css Color HEX #D4AD3C Metallic Gold

📋 copy color: '#D4AD3C'

red 212 ◦ green 173 ◦ blue 60

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

Shades of Metallic Gold #D4AD3C

Tints of Metallic Gold #D4AD3C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.88%

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

R = 47.64%
G = 38.88%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4AD3C (or 0xD4AD3C) is known color: Metallic Gold. HEX triplet: D4, AD and 3C. RGB value is (212,173,60). Sum of RGB (Red+Green+Blue) = 212+173+60=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AD3C is #2B52C3. Grayscale: #ACACAC. Windows color (decimal): -2839236 or 3976660. OLE color: 3976660.

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

Color convert

RGB 212 173 60 -
CMYK 0 0.18 0.72 0.17
HSL 44.61º 0.64% 0.53% -
HSV(B) 44.61º 0.72% 0.83% -
XYZ 42.91 44.21 10.55 -
YUV 171.78 64.92 156.69 -
System Red Green Blue C M Y K H S L
Decimal 212 173 60 0 0.18 0.72 0.17 44.61 0.64 0.53
Hex D4 AD 3C 0 12 48 11 2D 40 35
Octal 324 255 74 0 22 110 21 55 100 65
Binary 11010100 10101101 111100 0 10010 1001000 10001 101101 1000000 110101

Color Harmonies of #D4AD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AD3C

Black with #D4AD3C

Text Example


Text Example

White with #D4AD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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