Html Css Color HEX #D5A331 Metallic Gold

📋 copy color: '#D5A331'

red 213 ◦ green 163 ◦ blue 49

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

Shades of Metallic Gold #D5A331

Tints of Metallic Gold #D5A331

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.35%

 BLUE value IS 49 (19.53% from 255) = 11.53%

R = 50.12%
G = 38.35%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D5A331 (or 0xD5A331) is known color: Metallic Gold. HEX triplet: D5, A3 and 31. RGB value is (213,163,49). Sum of RGB (Red+Green+Blue) = 213+163+49=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 49 (19.53% from 255 or 11.53% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A331 is #2A5CCE. Grayscale: #A5A5A5. Windows color (decimal): -2776271 or 3253205. OLE color: 3253205.

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

Color convert

RGB 213 163 49 -
CMYK 0 0.23 0.77 0.16
HSL 41.71º 0.66% 0.51% -
HSV(B) 41.71º 0.77% 0.84% -
XYZ 41.09 40.56 8.57 -
YUV 164.95 62.57 162.27 -
System Red Green Blue C M Y K H S L
Decimal 213 163 49 0 0.23 0.77 0.16 41.71 0.66 0.51
Hex D5 A3 31 0 17 4D 10 2A 42 33
Octal 325 243 61 0 27 115 20 52 102 63
Binary 11010101 10100011 110001 0 10111 1001101 10000 101010 1000010 110011

Color Harmonies of #D5A331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A331

Black with #D5A331

Text Example


Text Example

White with #D5A331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A331; }

 p { color: rgb(213,163,49); }

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

background-color css

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

 a { background-color: rgb(213,163,49); }

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

border-color css

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

 span { border-color: rgb(213,163,49); }

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