Html Css Color HEX #D4AD2C Metallic Gold

📋 copy color: '#D4AD2C'

red 212 ◦ green 173 ◦ blue 44

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

Shades of Metallic Gold #D4AD2C

Tints of Metallic Gold #D4AD2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.26%

R = 49.42%
G = 40.33%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4AD2C (or 0xD4AD2C) is known color: Metallic Gold. HEX triplet: D4, AD and 2C. RGB value is (212,173,44). Sum of RGB (Red+Green+Blue) = 212+173+44=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 44 (17.58% from 255 or 10.26% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AD2C is #2B52D3. Grayscale: #AAAAAA. Windows color (decimal): -2839252 or 2928084. OLE color: 2928084.

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

Color convert

RGB 212 173 44 -
CMYK 0 0.18 0.79 0.17
HSL 46.07º 0.66% 0.5% -
HSV(B) 46.07º 0.79% 0.83% -
XYZ 42.55 44.07 8.65 -
YUV 169.96 56.92 157.99 -
System Red Green Blue C M Y K H S L
Decimal 212 173 44 0 0.18 0.79 0.17 46.07 0.66 0.5
Hex D4 AD 2C 0 12 4F 11 2E 42 32
Octal 324 255 54 0 22 117 21 56 102 62
Binary 11010100 10101101 101100 0 10010 1001111 10001 101110 1000010 110010

Color Harmonies of #D4AD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AD2C

Black with #D4AD2C

Text Example


Text Example

White with #D4AD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AD2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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