Html Css Color HEX #D1AF3A Metallic Gold

📋 copy color: '#D1AF3A'

red 209 ◦ green 175 ◦ blue 58

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

Shades of Metallic Gold #D1AF3A

Tints of Metallic Gold #D1AF3A

RGB

 RED value IS 209 (82.03% from 255) = 47.29%

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

 BLUE value IS 58 (23.05% from 255) = 13.12%

R = 47.29%
G = 39.59%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1AF3A (or 0xD1AF3A) is known color: Metallic Gold. HEX triplet: D1, AF and 3A. RGB value is (209,175,58). Sum of RGB (Red+Green+Blue) = 209+175+58=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 58 (23.05% from 255 or 13.12% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AF3A is #2E50C5. Grayscale: #ACACAC. Windows color (decimal): -3035334 or 3846097. OLE color: 3846097.

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

Color convert

RGB 209 175 58 -
CMYK 0 0.16 0.72 0.18
HSL 46.49º 0.62% 0.52% -
HSV(B) 46.49º 0.72% 0.82% -
XYZ 42.39 44.52 10.36 -
YUV 171.83 63.76 154.51 -
System Red Green Blue C M Y K H S L
Decimal 209 175 58 0 0.16 0.72 0.18 46.49 0.62 0.52
Hex D1 AF 3A 0 10 48 12 2E 3E 34
Octal 321 257 72 0 20 110 22 56 76 64
Binary 11010001 10101111 111010 0 10000 1001000 10010 101110 111110 110100

Color Harmonies of #D1AF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AF3A

Black with #D1AF3A

Text Example


Text Example

White with #D1AF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AF3A; }

 p { color: rgb(209,175,58); }

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

background-color css

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

 a { background-color: rgb(209,175,58); }

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

border-color css

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

 span { border-color: rgb(209,175,58); }

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