Html Css Color HEX #D5AD2D Metallic Gold

📋 copy color: '#D5AD2D'

red 213 ◦ green 173 ◦ blue 45

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

Shades of Metallic Gold #D5AD2D

Tints of Metallic Gold #D5AD2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.44%

R = 49.42%
G = 40.14%
B = 10.44%

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

#D5AD2D (or 0xD5AD2D) is known color: Metallic Gold. HEX triplet: D5, AD and 2D. RGB value is (213,173,45). Sum of RGB (Red+Green+Blue) = 213+173+45=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AD2D is #2A52D2. Grayscale: #AAAAAA. Windows color (decimal): -2773715 or 2993621. OLE color: 2993621.

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

Color convert

RGB 213 173 45 -
CMYK 0 0.19 0.79 0.16
HSL 45.71º 0.67% 0.51% -
HSV(B) 45.71º 0.79% 0.84% -
XYZ 42.86 44.22 8.76 -
YUV 170.37 57.25 158.41 -
System Red Green Blue C M Y K H S L
Decimal 213 173 45 0 0.19 0.79 0.16 45.71 0.67 0.51
Hex D5 AD 2D 0 13 4F 10 2E 43 33
Octal 325 255 55 0 23 117 20 56 103 63
Binary 11010101 10101101 101101 0 10011 1001111 10000 101110 1000011 110011

Color Harmonies of #D5AD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AD2D

Black with #D5AD2D

Text Example


Text Example

White with #D5AD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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