Html Css Color HEX #D4AD2E Metallic Gold

📋 copy color: '#D4AD2E'

red 212 ◦ green 173 ◦ blue 46

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

Shades of Metallic Gold #D4AD2E

Tints of Metallic Gold #D4AD2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.67%

R = 49.19%
G = 40.14%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4AD2E (or 0xD4AD2E) is known color: Metallic Gold. HEX triplet: D4, AD and 2E. RGB value is (212,173,46). Sum of RGB (Red+Green+Blue) = 212+173+46=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 46 (18.36% from 255 or 10.67% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AD2E is #2B52D1. Grayscale: #AAAAAA. Windows color (decimal): -2839250 or 3059156. OLE color: 3059156.

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

Color convert

RGB 212 173 46 -
CMYK 0 0.18 0.78 0.17
HSL 45.9º 0.66% 0.51% -
HSV(B) 45.9º 0.78% 0.83% -
XYZ 42.59 44.08 8.85 -
YUV 170.18 57.92 157.83 -
System Red Green Blue C M Y K H S L
Decimal 212 173 46 0 0.18 0.78 0.17 45.9 0.66 0.51
Hex D4 AD 2E 0 12 4E 11 2E 42 33
Octal 324 255 56 0 22 116 21 56 102 63
Binary 11010100 10101101 101110 0 10010 1001110 10001 101110 1000010 110011

Color Harmonies of #D4AD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AD2E

Black with #D4AD2E

Text Example


Text Example

White with #D4AD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AD2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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