Html Css Color HEX #D4AD48 Metallic Gold

📋 copy color: '#D4AD48'

red 212 ◦ green 173 ◦ blue 72

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

Shades of Metallic Gold #D4AD48

Tints of Metallic Gold #D4AD48

RGB

 RED value IS 212 (83.2% from 255) = 46.39%

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

 BLUE value IS 72 (28.52% from 255) = 15.75%

R = 46.39%
G = 37.86%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D4AD48 (or 0xD4AD48) is known color: Metallic Gold. HEX triplet: D4, AD and 48. RGB value is (212,173,72). Sum of RGB (Red+Green+Blue) = 212+173+72=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 72 (28.52% from 255 or 15.75% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AD48 is #2B52B7. Grayscale: #ADADAD. Windows color (decimal): -2839224 or 4763092. OLE color: 4763092.

HSL color Cylindrical-coordinate representation of color #D4AD48: hue angle of 43.29º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D4AD48 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 173 72 -
CMYK 0 0.18 0.66 0.17
HSL 43.29º 0.62% 0.56% -
HSV(B) 43.29º 0.66% 0.83% -
XYZ 43.26 44.35 12.41 -
YUV 173.15 70.92 155.71 -
System Red Green Blue C M Y K H S L
Decimal 212 173 72 0 0.18 0.66 0.17 43.29 0.62 0.56
Hex D4 AD 48 0 12 42 11 2B 3E 38
Octal 324 255 110 0 22 102 21 53 76 70
Binary 11010100 10101101 1001000 0 10010 1000010 10001 101011 111110 111000

Color Harmonies of #D4AD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AD48

Black with #D4AD48

Text Example


Text Example

White with #D4AD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AD48; }

 p { color: rgb(212,173,72); }

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

background-color css

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

 a { background-color: rgb(212,173,72); }

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

border-color css

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

 span { border-color: rgb(212,173,72); }

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