Html Css Color HEX #D4AD3D Metallic Gold

📋 copy color: '#D4AD3D'

red 212 ◦ green 173 ◦ blue 61

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

Shades of Metallic Gold #D4AD3D

Tints of Metallic Gold #D4AD3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.68%

R = 47.53%
G = 38.79%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D4AD3D (or 0xD4AD3D) is known color: Metallic Gold. HEX triplet: D4, AD and 3D. RGB value is (212,173,61). Sum of RGB (Red+Green+Blue) = 212+173+61=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 61 (24.22% from 255 or 13.68% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AD3D is #2B52C2. Grayscale: #ACACAC. Windows color (decimal): -2839235 or 4042196. OLE color: 4042196.

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

Color convert

RGB 212 173 61 -
CMYK 0 0.18 0.71 0.17
HSL 44.5º 0.64% 0.54% -
HSV(B) 44.5º 0.71% 0.83% -
XYZ 42.94 44.22 10.69 -
YUV 171.89 65.42 156.61 -
System Red Green Blue C M Y K H S L
Decimal 212 173 61 0 0.18 0.71 0.17 44.5 0.64 0.54
Hex D4 AD 3D 0 12 47 11 2D 40 36
Octal 324 255 75 0 22 107 21 55 100 66
Binary 11010100 10101101 111101 0 10010 1000111 10001 101101 1000000 110110

Color Harmonies of #D4AD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AD3D

Black with #D4AD3D

Text Example


Text Example

White with #D4AD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AD3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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