Html Css Color HEX #D1AF2D Metallic Gold

📋 copy color: '#D1AF2D'

red 209 ◦ green 175 ◦ blue 45

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

Shades of Metallic Gold #D1AF2D

Tints of Metallic Gold #D1AF2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.49%

R = 48.72%
G = 40.79%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1AF2D (or 0xD1AF2D) is known color: Metallic Gold. HEX triplet: D1, AF and 2D. RGB value is (209,175,45). Sum of RGB (Red+Green+Blue) = 209+175+45=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AF2D is #2E50D2. Grayscale: #AAAAAA. Windows color (decimal): -3035347 or 2994129. OLE color: 2994129.

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

Color convert

RGB 209 175 45 -
CMYK 0 0.16 0.78 0.18
HSL 47.56º 0.65% 0.5% -
HSV(B) 47.56º 0.78% 0.82% -
XYZ 42.1 44.4 8.83 -
YUV 170.35 57.26 155.57 -
System Red Green Blue C M Y K H S L
Decimal 209 175 45 0 0.16 0.78 0.18 47.56 0.65 0.5
Hex D1 AF 2D 0 10 4E 12 30 41 32
Octal 321 257 55 0 20 116 22 60 101 62
Binary 11010001 10101111 101101 0 10000 1001110 10010 110000 1000001 110010

Color Harmonies of #D1AF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AF2D

Black with #D1AF2D

Text Example


Text Example

White with #D1AF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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