Html Css Color HEX #D2A645 Metallic Gold

📋 copy color: '#D2A645'

red 210 ◦ green 166 ◦ blue 69

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

Shades of Metallic Gold #D2A645

Tints of Metallic Gold #D2A645

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.3%

 BLUE value IS 69 (27.34% from 255) = 15.51%

R = 47.19%
G = 37.3%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D2A645 (or 0xD2A645) is known color: Metallic Gold. HEX triplet: D2, A6 and 45. RGB value is (210,166,69). Sum of RGB (Red+Green+Blue) = 210+166+69=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 69 (27.34% from 255 or 15.51% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A645 is #2D59BA. Grayscale: #A8A8A8. Windows color (decimal): -2972091 or 4564690. OLE color: 4564690.

HSL color Cylindrical-coordinate representation of color #D2A645: hue angle of 41.28º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D2A645 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 166 69 -
CMYK 0 0.21 0.67 0.18
HSL 41.28º 0.61% 0.55% -
HSV(B) 41.28º 0.67% 0.82% -
XYZ 41.29 41.4 11.45 -
YUV 168.1 72.08 157.89 -
System Red Green Blue C M Y K H S L
Decimal 210 166 69 0 0.21 0.67 0.18 41.28 0.61 0.55
Hex D2 A6 45 0 15 43 12 29 3D 37
Octal 322 246 105 0 25 103 22 51 75 67
Binary 11010010 10100110 1000101 0 10101 1000011 10010 101001 111101 110111

Color Harmonies of #D2A645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A645

Black with #D2A645

Text Example


Text Example

White with #D2A645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A645; }

 p { color: rgb(210,166,69); }

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

background-color css

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

 a { background-color: rgb(210,166,69); }

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

border-color css

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

 span { border-color: rgb(210,166,69); }

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