Html Css Color HEX #D5AD2C Metallic Gold

📋 copy color: '#D5AD2C'

red 213 ◦ green 173 ◦ blue 44

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

Shades of Metallic Gold #D5AD2C

Tints of Metallic Gold #D5AD2C

RGB

 RED value IS 213 (83.59% from 255) = 49.53%

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

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

R = 49.53%
G = 40.23%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5AD2C (or 0xD5AD2C) is known color: Metallic Gold. HEX triplet: D5, AD and 2C. RGB value is (213,173,44). Sum of RGB (Red+Green+Blue) = 213+173+44=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 44 (17.58% from 255 or 10.23% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AD2C is #2A52D3. Grayscale: #AAAAAA. Windows color (decimal): -2773716 or 2928085. OLE color: 2928085.

HSL color Cylindrical-coordinate representation of color #D5AD2C: hue angle of 45.8º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5AD2C is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 173 44 -
CMYK 0 0.19 0.79 0.16
HSL 45.8º 0.67% 0.5% -
HSV(B) 45.8º 0.79% 0.84% -
XYZ 42.84 44.22 8.66 -
YUV 170.25 56.75 158.49 -
System Red Green Blue C M Y K H S L
Decimal 213 173 44 0 0.19 0.79 0.16 45.8 0.67 0.5
Hex D5 AD 2C 0 13 4F 10 2E 43 32
Octal 325 255 54 0 23 117 20 56 103 62
Binary 11010101 10101101 101100 0 10011 1001111 10000 101110 1000011 110010

Color Harmonies of #D5AD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AD2C

Black with #D5AD2C

Text Example


Text Example

White with #D5AD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AD2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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