Html Css Color HEX #D7AD41 Metallic Gold

📋 copy color: '#D7AD41'

red 215 ◦ green 173 ◦ blue 65

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

Shades of Metallic Gold #D7AD41

Tints of Metallic Gold #D7AD41

RGB

 RED value IS 215 (84.38% from 255) = 47.46%

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

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

R = 47.46%
G = 38.19%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D7AD41 (or 0xD7AD41) is known color: Metallic Gold. HEX triplet: D7, AD and 41. RGB value is (215,173,65). Sum of RGB (Red+Green+Blue) = 215+173+65=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 65 (25.78% from 255 or 14.35% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7AD41 is #2852BE. Grayscale: #ADADAD. Windows color (decimal): -2642623 or 4304343. OLE color: 4304343.

HSL color Cylindrical-coordinate representation of color #D7AD41: hue angle of 43.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D7AD41 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 173 65 -
CMYK 0 0.20 0.70 0.16
HSL 43.2º 0.65% 0.55% -
HSV(B) 43.2º 0.7% 0.84% -
XYZ 43.92 44.72 11.32 -
YUV 173.25 66.91 157.78 -
System Red Green Blue C M Y K H S L
Decimal 215 173 65 0 0.20 0.70 0.16 43.2 0.65 0.55
Hex D7 AD 41 0 14 46 10 2B 41 37
Octal 327 255 101 0 24 106 20 53 101 67
Binary 11010111 10101101 1000001 0 10100 1000110 10000 101011 1000001 110111

Color Harmonies of #D7AD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AD41

Black with #D7AD41

Text Example


Text Example

White with #D7AD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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