Html Css Color HEX #D1AD43 Metallic Gold

📋 copy color: '#D1AD43'

red 209 ◦ green 173 ◦ blue 67

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

Shades of Metallic Gold #D1AD43

Tints of Metallic Gold #D1AD43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.92%

R = 46.55%
G = 38.53%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D1AD43 (or 0xD1AD43) is known color: Metallic Gold. HEX triplet: D1, AD and 43. RGB value is (209,173,67). Sum of RGB (Red+Green+Blue) = 209+173+67=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 67 (26.56% from 255 or 14.92% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AD43 is #2E52BC. Grayscale: #ACACAC. Windows color (decimal): -3035837 or 4435409. OLE color: 4435409.

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

Color convert

RGB 209 173 67 -
CMYK 0 0.17 0.68 0.18
HSL 44.79º 0.61% 0.54% -
HSV(B) 44.79º 0.68% 0.82% -
XYZ 42.25 43.85 11.55 -
YUV 171.68 68.93 154.62 -
System Red Green Blue C M Y K H S L
Decimal 209 173 67 0 0.17 0.68 0.18 44.79 0.61 0.54
Hex D1 AD 43 0 11 44 12 2D 3D 36
Octal 321 255 103 0 21 104 22 55 75 66
Binary 11010001 10101101 1000011 0 10001 1000100 10010 101101 111101 110110

Color Harmonies of #D1AD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AD43

Black with #D1AD43

Text Example


Text Example

White with #D1AD43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AD43; }

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

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

background-color css

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

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

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

border-color css

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

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

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