Html Css Color HEX #D2AF3C Metallic Gold

📋 copy color: '#D2AF3C'

red 210 ◦ green 175 ◦ blue 60

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

Shades of Metallic Gold #D2AF3C

Tints of Metallic Gold #D2AF3C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.33%

 BLUE value IS 60 (23.83% from 255) = 13.48%

R = 47.19%
G = 39.33%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D2AF3C (or 0xD2AF3C) is known color: Metallic Gold. HEX triplet: D2, AF and 3C. RGB value is (210,175,60). Sum of RGB (Red+Green+Blue) = 210+175+60=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AF3C is #2D50C3. Grayscale: #ACACAC. Windows color (decimal): -2969796 or 3977170. OLE color: 3977170.

HSL color Cylindrical-coordinate representation of color #D2AF3C: hue angle of 46º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2AF3C is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 175 60 -
CMYK 0 0.17 0.71 0.18
HSL 46º 0.63% 0.53% -
HSV(B) 46º 0.71% 0.82% -
XYZ 42.72 44.69 10.65 -
YUV 172.36 64.6 154.85 -
System Red Green Blue C M Y K H S L
Decimal 210 175 60 0 0.17 0.71 0.18 46 0.63 0.53
Hex D2 AF 3C 0 11 47 12 2E 3E 35
Octal 322 257 74 0 21 107 22 56 76 65
Binary 11010010 10101111 111100 0 10001 1000111 10010 101110 111110 110101

Color Harmonies of #D2AF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AF3C

Black with #D2AF3C

Text Example


Text Example

White with #D2AF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AF3C; }

 p { color: rgb(210,175,60); }

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

background-color css

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

 a { background-color: rgb(210,175,60); }

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

border-color css

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

 span { border-color: rgb(210,175,60); }

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