Html Css Color HEX #D4AD3E Metallic Gold

📋 copy color: '#D4AD3E'

red 212 ◦ green 173 ◦ blue 62

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

Shades of Metallic Gold #D4AD3E

Tints of Metallic Gold #D4AD3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.87%

R = 47.43%
G = 38.7%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D4AD3E (or 0xD4AD3E) is known color: Metallic Gold. HEX triplet: D4, AD and 3E. RGB value is (212,173,62). Sum of RGB (Red+Green+Blue) = 212+173+62=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 62 (24.61% from 255 or 13.87% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AD3E is #2B52C1. Grayscale: #ACACAC. Windows color (decimal): -2839234 or 4107732. OLE color: 4107732.

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

Color convert

RGB 212 173 62 -
CMYK 0 0.18 0.71 0.17
HSL 44.4º 0.64% 0.54% -
HSV(B) 44.4º 0.71% 0.83% -
XYZ 42.96 44.23 10.83 -
YUV 172.01 65.92 156.53 -
System Red Green Blue C M Y K H S L
Decimal 212 173 62 0 0.18 0.71 0.17 44.4 0.64 0.54
Hex D4 AD 3E 0 12 47 11 2C 40 36
Octal 324 255 76 0 22 107 21 54 100 66
Binary 11010100 10101101 111110 0 10010 1000111 10001 101100 1000000 110110

Color Harmonies of #D4AD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AD3E

Black with #D4AD3E

Text Example


Text Example

White with #D4AD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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