Html Css Color HEX #D5AF3C Metallic Gold

📋 copy color: '#D5AF3C'

red 213 ◦ green 175 ◦ blue 60

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

Shades of Metallic Gold #D5AF3C

Tints of Metallic Gold #D5AF3C

RGB

 RED value IS 213 (83.59% from 255) = 47.54%

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

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

R = 47.54%
G = 39.06%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5AF3C (or 0xD5AF3C) is known color: Metallic Gold. HEX triplet: D5, AF and 3C. RGB value is (213,175,60). Sum of RGB (Red+Green+Blue) = 213+175+60=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 60 (23.83% from 255 or 13.39% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AF3C is #2A50C3. Grayscale: #ADADAD. Windows color (decimal): -2773188 or 3977173. OLE color: 3977173.

HSL color Cylindrical-coordinate representation of color #D5AF3C: hue angle of 45.1º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5AF3C is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 175 60 -
CMYK 0 0.18 0.72 0.16
HSL 45.1º 0.65% 0.54% -
HSV(B) 45.1º 0.72% 0.84% -
XYZ 43.59 45.13 10.69 -
YUV 173.25 64.09 156.35 -
System Red Green Blue C M Y K H S L
Decimal 213 175 60 0 0.18 0.72 0.16 45.1 0.65 0.54
Hex D5 AF 3C 0 12 48 10 2D 41 36
Octal 325 257 74 0 22 110 20 55 101 66
Binary 11010101 10101111 111100 0 10010 1001000 10000 101101 1000001 110110

Color Harmonies of #D5AF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AF3C

Black with #D5AF3C

Text Example


Text Example

White with #D5AF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AF3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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