Html Css Color HEX #D4AC36 Metallic Gold

📋 copy color: '#D4AC36'

red 212 ◦ green 172 ◦ blue 54

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

Shades of Metallic Gold #D4AC36

Tints of Metallic Gold #D4AC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.33%

R = 48.4%
G = 39.27%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D4AC36 (or 0xD4AC36) is known color: Metallic Gold. HEX triplet: D4, AC and 36. RGB value is (212,172,54). Sum of RGB (Red+Green+Blue) = 212+172+54=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 54 (21.48% from 255 or 12.33% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AC36 is #2B53C9. Grayscale: #ABABAB. Windows color (decimal): -2839498 or 3583188. OLE color: 3583188.

HSL color Cylindrical-coordinate representation of color #D4AC36: hue angle of 44.81º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4AC36 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 172 54 -
CMYK 0 0.19 0.75 0.17
HSL 44.81º 0.65% 0.52% -
HSV(B) 44.81º 0.75% 0.83% -
XYZ 42.57 43.77 9.69 -
YUV 170.51 62.25 157.59 -
System Red Green Blue C M Y K H S L
Decimal 212 172 54 0 0.19 0.75 0.17 44.81 0.65 0.52
Hex D4 AC 36 0 13 4B 11 2D 41 34
Octal 324 254 66 0 23 113 21 55 101 64
Binary 11010100 10101100 110110 0 10011 1001011 10001 101101 1000001 110100

Color Harmonies of #D4AC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AC36

Black with #D4AC36

Text Example


Text Example

White with #D4AC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AC36; }

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

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

background-color css

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

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

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

border-color css

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

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

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