Html Css Color HEX #D2A034 Metallic Gold

📋 copy color: '#D2A034'

red 210 ◦ green 160 ◦ blue 52

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

Shades of Metallic Gold #D2A034

Tints of Metallic Gold #D2A034

RGB

 RED value IS 210 (82.42% from 255) = 49.76%

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

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

R = 49.76%
G = 37.91%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D2A034 (or 0xD2A034) is known color: Metallic Gold. HEX triplet: D2, A0 and 34. RGB value is (210,160,52). Sum of RGB (Red+Green+Blue) = 210+160+52=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 52 (20.70% from 255 or 12.32% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A034 is #2D5FCB. Grayscale: #A3A3A3. Windows color (decimal): -2973644 or 3449042. OLE color: 3449042.

HSL color Cylindrical-coordinate representation of color #D2A034: hue angle of 41.01º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2A034 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 160 52 -
CMYK 0 0.24 0.75 0.18
HSL 41.01º 0.64% 0.51% -
HSV(B) 41.01º 0.75% 0.82% -
XYZ 39.77 39.09 8.7 -
YUV 162.64 65.57 161.78 -
System Red Green Blue C M Y K H S L
Decimal 210 160 52 0 0.24 0.75 0.18 41.01 0.64 0.51
Hex D2 A0 34 0 18 4B 12 29 40 33
Octal 322 240 64 0 30 113 22 51 100 63
Binary 11010010 10100000 110100 0 11000 1001011 10010 101001 1000000 110011

Color Harmonies of #D2A034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A034

Black with #D2A034

Text Example


Text Example

White with #D2A034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A034; }

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

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

background-color css

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

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

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

border-color css

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

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

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