Html Css Color HEX #D1AF39 Metallic Gold

📋 copy color: '#D1AF39'

red 209 ◦ green 175 ◦ blue 57

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

Shades of Metallic Gold #D1AF39

Tints of Metallic Gold #D1AF39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.93%

R = 47.39%
G = 39.68%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D1AF39 (or 0xD1AF39) is known color: Metallic Gold. HEX triplet: D1, AF and 39. RGB value is (209,175,57). Sum of RGB (Red+Green+Blue) = 209+175+57=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 57 (22.66% from 255 or 12.93% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AF39 is #2E50C6. Grayscale: #ACACAC. Windows color (decimal): -3035335 or 3780561. OLE color: 3780561.

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

Color convert

RGB 209 175 57 -
CMYK 0 0.16 0.73 0.18
HSL 46.58º 0.62% 0.52% -
HSV(B) 46.58º 0.73% 0.82% -
XYZ 42.36 44.51 10.23 -
YUV 171.71 63.26 154.59 -
System Red Green Blue C M Y K H S L
Decimal 209 175 57 0 0.16 0.73 0.18 46.58 0.62 0.52
Hex D1 AF 39 0 10 49 12 2F 3E 34
Octal 321 257 71 0 20 111 22 57 76 64
Binary 11010001 10101111 111001 0 10000 1001001 10010 101111 111110 110100

Color Harmonies of #D1AF39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AF39

Black with #D1AF39

Text Example


Text Example

White with #D1AF39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AF39; }

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

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

background-color css

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

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

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

border-color css

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

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

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