Html Css Color HEX #D4AC39 Metallic Gold

📋 copy color: '#D4AC39'

red 212 ◦ green 172 ◦ blue 57

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

Shades of Metallic Gold #D4AC39

Tints of Metallic Gold #D4AC39

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39%

 BLUE value IS 57 (22.66% from 255) = 12.93%

R = 48.07%
G = 39%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D4AC39 (or 0xD4AC39) is known color: Metallic Gold. HEX triplet: D4, AC and 39. RGB value is (212,172,57). Sum of RGB (Red+Green+Blue) = 212+172+57=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 57 (22.66% from 255 or 12.93% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AC39 is #2B53C6. Grayscale: #ABABAB. Windows color (decimal): -2839495 or 3779796. OLE color: 3779796.

HSL color Cylindrical-coordinate representation of color #D4AC39: hue angle of 44.52º 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 #D4AC39 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 172 57 -
CMYK 0 0.19 0.73 0.17
HSL 44.52º 0.64% 0.53% -
HSV(B) 44.52º 0.73% 0.83% -
XYZ 42.64 43.8 10.08 -
YUV 170.85 63.75 157.35 -
System Red Green Blue C M Y K H S L
Decimal 212 172 57 0 0.19 0.73 0.17 44.52 0.64 0.53
Hex D4 AC 39 0 13 49 11 2D 40 35
Octal 324 254 71 0 23 111 21 55 100 65
Binary 11010100 10101100 111001 0 10011 1001001 10001 101101 1000000 110101

Color Harmonies of #D4AC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AC39

Black with #D4AC39

Text Example


Text Example

White with #D4AC39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AC39; }

 p { color: rgb(212,172,57); }

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

background-color css

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

 a { background-color: rgb(212,172,57); }

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

border-color css

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

 span { border-color: rgb(212,172,57); }

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