Html Css Color HEX #D4AA3F Metallic Gold

📋 copy color: '#D4AA3F'

red 212 ◦ green 170 ◦ blue 63

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

Shades of Metallic Gold #D4AA3F

Tints of Metallic Gold #D4AA3F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.2%

 BLUE value IS 63 (25% from 255) = 14.16%

R = 47.64%
G = 38.2%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D4AA3F (or 0xD4AA3F) is known color: Metallic Gold. HEX triplet: D4, AA and 3F. RGB value is (212,170,63). Sum of RGB (Red+Green+Blue) = 212+170+63=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 63 (25% from 255 or 14.16% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AA3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AA3F is #2B55C0. Grayscale: #AAAAAA. Windows color (decimal): -2840001 or 4172500. OLE color: 4172500.

HSL color Cylindrical-coordinate representation of color #D4AA3F: hue angle of 43.09º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4AA3F is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 170 63 -
CMYK 0 0.20 0.70 0.17
HSL 43.09º 0.63% 0.54% -
HSV(B) 43.09º 0.7% 0.83% -
XYZ 42.42 43.11 10.79 -
YUV 170.36 67.41 157.7 -
System Red Green Blue C M Y K H S L
Decimal 212 170 63 0 0.20 0.70 0.17 43.09 0.63 0.54
Hex D4 AA 3F 0 14 46 11 2B 3F 36
Octal 324 252 77 0 24 106 21 53 77 66
Binary 11010100 10101010 111111 0 10100 1000110 10001 101011 111111 110110

Color Harmonies of #D4AA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AA3F

Black with #D4AA3F

Text Example


Text Example

White with #D4AA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AA3F; }

 p { color: rgb(212,170,63); }

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

background-color css

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

 a { background-color: rgb(212,170,63); }

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

border-color css

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

 span { border-color: rgb(212,170,63); }

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