Html Css Color HEX #D1AD41 Metallic Gold

📋 copy color: '#D1AD41'

red 209 ◦ green 173 ◦ blue 65

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

Shades of Metallic Gold #D1AD41

Tints of Metallic Gold #D1AD41

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.7%

 BLUE value IS 65 (25.78% from 255) = 14.54%

R = 46.76%
G = 38.7%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D1AD41 (or 0xD1AD41) is known color: Metallic Gold. HEX triplet: D1, AD and 41. RGB value is (209,173,65). Sum of RGB (Red+Green+Blue) = 209+173+65=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 65 (25.78% from 255 or 14.54% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AD41 is #2E52BE. Grayscale: #ABABAB. Windows color (decimal): -3035839 or 4304337. OLE color: 4304337.

HSL color Cylindrical-coordinate representation of color #D1AD41: hue angle of 45º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1AD41 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 173 65 -
CMYK 0 0.17 0.69 0.18
HSL 45º 0.61% 0.54% -
HSV(B) 45º 0.69% 0.82% -
XYZ 42.19 43.82 11.24 -
YUV 171.45 67.93 154.78 -
System Red Green Blue C M Y K H S L
Decimal 209 173 65 0 0.17 0.69 0.18 45 0.61 0.54
Hex D1 AD 41 0 11 45 12 2D 3D 36
Octal 321 255 101 0 21 105 22 55 75 66
Binary 11010001 10101101 1000001 0 10001 1000101 10010 101101 111101 110110

Color Harmonies of #D1AD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AD41

Black with #D1AD41

Text Example


Text Example

White with #D1AD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AD41; }

 p { color: rgb(209,173,65); }

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

background-color css

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

 a { background-color: rgb(209,173,65); }

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

border-color css

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

 span { border-color: rgb(209,173,65); }

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