Html Css Color HEX #D4A034 Metallic Gold

📋 copy color: '#D4A034'

red 212 ◦ green 160 ◦ blue 52

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

Shades of Metallic Gold #D4A034

Tints of Metallic Gold #D4A034

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.74%

 BLUE value IS 52 (20.7% from 255) = 12.26%

R = 50%
G = 37.74%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D4A034 (or 0xD4A034) is known color: Metallic Gold. HEX triplet: D4, A0 and 34. RGB value is (212,160,52). Sum of RGB (Red+Green+Blue) = 212+160+52=424 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 52 (20.70% from 255 or 12.26% from 424); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A034 is #2B5FCB. Grayscale: #A3A3A3. Windows color (decimal): -2842572 or 3449044. OLE color: 3449044.

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

Color convert

RGB 212 160 52 -
CMYK 0 0.25 0.75 0.17
HSL 40.5º 0.65% 0.52% -
HSV(B) 40.5º 0.75% 0.83% -
XYZ 40.34 39.39 8.72 -
YUV 163.24 65.23 162.78 -
System Red Green Blue C M Y K H S L
Decimal 212 160 52 0 0.25 0.75 0.17 40.5 0.65 0.52
Hex D4 A0 34 0 19 4B 11 28 41 34
Octal 324 240 64 0 31 113 21 50 101 64
Binary 11010100 10100000 110100 0 11001 1001011 10001 101000 1000001 110100

Color Harmonies of #D4A034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A034

Black with #D4A034

Text Example


Text Example

White with #D4A034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A034; }

 p { color: rgb(212,160,52); }

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

background-color css

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

 a { background-color: rgb(212,160,52); }

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

border-color css

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

 span { border-color: rgb(212,160,52); }

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