Html Css Color HEX #D4AF3A Metallic Gold

📋 copy color: '#D4AF3A'

red 212 ◦ green 175 ◦ blue 58

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

Shades of Metallic Gold #D4AF3A

Tints of Metallic Gold #D4AF3A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.33%

 BLUE value IS 58 (23.05% from 255) = 13.03%

R = 47.64%
G = 39.33%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D4AF3A (or 0xD4AF3A) is known color: Metallic Gold. HEX triplet: D4, AF and 3A. RGB value is (212,175,58). Sum of RGB (Red+Green+Blue) = 212+175+58=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 58 (23.05% from 255 or 13.03% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AF3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AF3A is #2B50C5. Grayscale: #ADADAD. Windows color (decimal): -2838726 or 3846100. OLE color: 3846100.

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

Color convert

RGB 212 175 58 -
CMYK 0 0.17 0.73 0.17
HSL 45.58º 0.64% 0.53% -
HSV(B) 45.58º 0.73% 0.83% -
XYZ 43.25 44.96 10.4 -
YUV 172.73 63.26 156.01 -
System Red Green Blue C M Y K H S L
Decimal 212 175 58 0 0.17 0.73 0.17 45.58 0.64 0.53
Hex D4 AF 3A 0 11 49 11 2E 40 35
Octal 324 257 72 0 21 111 21 56 100 65
Binary 11010100 10101111 111010 0 10001 1001001 10001 101110 1000000 110101

Color Harmonies of #D4AF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AF3A

Black with #D4AF3A

Text Example


Text Example

White with #D4AF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AF3A; }

 p { color: rgb(212,175,58); }

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

background-color css

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

 a { background-color: rgb(212,175,58); }

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

border-color css

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

 span { border-color: rgb(212,175,58); }

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