Html Css Color HEX #D1AF34 Metallic Gold

📋 copy color: '#D1AF34'

red 209 ◦ green 175 ◦ blue 52

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

Shades of Metallic Gold #D1AF34

Tints of Metallic Gold #D1AF34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.93%

R = 47.94%
G = 40.14%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D1AF34 (or 0xD1AF34) is known color: Metallic Gold. HEX triplet: D1, AF and 34. RGB value is (209,175,52). Sum of RGB (Red+Green+Blue) = 209+175+52=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 52 (20.70% from 255 or 11.93% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AF34 is #2E50CB. Grayscale: #ABABAB. Windows color (decimal): -3035340 or 3452881. OLE color: 3452881.

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

Color convert

RGB 209 175 52 -
CMYK 0 0.16 0.75 0.18
HSL 47.01º 0.63% 0.51% -
HSV(B) 47.01º 0.75% 0.82% -
XYZ 42.24 44.46 9.6 -
YUV 171.14 60.76 155 -
System Red Green Blue C M Y K H S L
Decimal 209 175 52 0 0.16 0.75 0.18 47.01 0.63 0.51
Hex D1 AF 34 0 10 4B 12 2F 3F 33
Octal 321 257 64 0 20 113 22 57 77 63
Binary 11010001 10101111 110100 0 10000 1001011 10010 101111 111111 110011

Color Harmonies of #D1AF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AF34

Black with #D1AF34

Text Example


Text Example

White with #D1AF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AF34; }

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

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

background-color css

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

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

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

border-color css

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

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

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