Html Css Color HEX #D4AC2D Metallic Gold

📋 copy color: '#D4AC2D'

red 212 ◦ green 172 ◦ blue 45

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

Shades of Metallic Gold #D4AC2D

Tints of Metallic Gold #D4AC2D

RGB

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

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

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

R = 49.42%
G = 40.09%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4AC2D (or 0xD4AC2D) is known color: Metallic Gold. HEX triplet: D4, AC and 2D. RGB value is (212,172,45). Sum of RGB (Red+Green+Blue) = 212+172+45=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AC2D is #2B53D2. Grayscale: #AAAAAA. Windows color (decimal): -2839507 or 2993364. OLE color: 2993364.

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

Color convert

RGB 212 172 45 -
CMYK 0 0.19 0.79 0.17
HSL 45.63º 0.66% 0.5% -
HSV(B) 45.63º 0.79% 0.83% -
XYZ 42.38 43.69 8.68 -
YUV 169.48 57.75 158.33 -
System Red Green Blue C M Y K H S L
Decimal 212 172 45 0 0.19 0.79 0.17 45.63 0.66 0.5
Hex D4 AC 2D 0 13 4F 11 2E 42 32
Octal 324 254 55 0 23 117 21 56 102 62
Binary 11010100 10101100 101101 0 10011 1001111 10001 101110 1000010 110010

Color Harmonies of #D4AC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AC2D

Black with #D4AC2D

Text Example


Text Example

White with #D4AC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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