Html Css Color HEX #D5AC37 Metallic Gold

📋 copy color: '#D5AC37'

red 213 ◦ green 172 ◦ blue 55

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

Shades of Metallic Gold #D5AC37

Tints of Metallic Gold #D5AC37

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.09%

 BLUE value IS 55 (21.88% from 255) = 12.5%

R = 48.41%
G = 39.09%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D5AC37 (or 0xD5AC37) is known color: Metallic Gold. HEX triplet: D5, AC and 37. RGB value is (213,172,55). Sum of RGB (Red+Green+Blue) = 213+172+55=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 55 (21.88% from 255 or 12.5% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AC37 is #2A53C8. Grayscale: #ABABAB. Windows color (decimal): -2773961 or 3648725. OLE color: 3648725.

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

Color convert

RGB 213 172 55 -
CMYK 0 0.19 0.74 0.16
HSL 44.43º 0.65% 0.53% -
HSV(B) 44.43º 0.74% 0.84% -
XYZ 42.88 43.93 9.83 -
YUV 170.92 62.58 158.01 -
System Red Green Blue C M Y K H S L
Decimal 213 172 55 0 0.19 0.74 0.16 44.43 0.65 0.53
Hex D5 AC 37 0 13 4A 10 2C 41 35
Octal 325 254 67 0 23 112 20 54 101 65
Binary 11010101 10101100 110111 0 10011 1001010 10000 101100 1000001 110101

Color Harmonies of #D5AC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AC37

Black with #D5AC37

Text Example


Text Example

White with #D5AC37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AC37; }

 p { color: rgb(213,172,55); }

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

background-color css

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

 a { background-color: rgb(213,172,55); }

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

border-color css

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

 span { border-color: rgb(213,172,55); }

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