Html Css Color HEX #D4AE2D Metallic Gold

📋 copy color: '#D4AE2D'

red 212 ◦ green 174 ◦ blue 45

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

Shades of Metallic Gold #D4AE2D

Tints of Metallic Gold #D4AE2D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.37%

 BLUE value IS 45 (17.97% from 255) = 10.44%

R = 49.19%
G = 40.37%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4AE2D (or 0xD4AE2D) is known color: Metallic Gold. HEX triplet: D4, AE and 2D. RGB value is (212,174,45). Sum of RGB (Red+Green+Blue) = 212+174+45=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AE2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AE2D is #2B51D2. Grayscale: #ABABAB. Windows color (decimal): -2838995 or 2993876. OLE color: 2993876.

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

Color convert

RGB 212 174 45 -
CMYK 0 0.18 0.79 0.17
HSL 46.35º 0.66% 0.5% -
HSV(B) 46.35º 0.79% 0.83% -
XYZ 42.76 44.46 8.81 -
YUV 170.66 57.09 157.49 -
System Red Green Blue C M Y K H S L
Decimal 212 174 45 0 0.18 0.79 0.17 46.35 0.66 0.5
Hex D4 AE 2D 0 12 4F 11 2E 42 32
Octal 324 256 55 0 22 117 21 56 102 62
Binary 11010100 10101110 101101 0 10010 1001111 10001 101110 1000010 110010

Color Harmonies of #D4AE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AE2D

Black with #D4AE2D

Text Example


Text Example

White with #D4AE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AE2D; }

 p { color: rgb(212,174,45); }

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

background-color css

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

 a { background-color: rgb(212,174,45); }

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

border-color css

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

 span { border-color: rgb(212,174,45); }

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