Html Css Color HEX #D5AC41 Metallic Gold

📋 copy color: '#D5AC41'

red 213 ◦ green 172 ◦ blue 65

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

Shades of Metallic Gold #D5AC41

Tints of Metallic Gold #D5AC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.44%

R = 47.33%
G = 38.22%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D5AC41 (or 0xD5AC41) is known color: Metallic Gold. HEX triplet: D5, AC and 41. RGB value is (213,172,65). Sum of RGB (Red+Green+Blue) = 213+172+65=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 65 (25.78% from 255 or 14.44% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AC41 is #2A53BE. Grayscale: #ACACAC. Windows color (decimal): -2773951 or 4304085. OLE color: 4304085.

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

Color convert

RGB 213 172 65 -
CMYK 0 0.19 0.69 0.16
HSL 43.38º 0.64% 0.55% -
HSV(B) 43.38º 0.69% 0.84% -
XYZ 43.15 44.03 11.23 -
YUV 172.06 67.58 157.2 -
System Red Green Blue C M Y K H S L
Decimal 213 172 65 0 0.19 0.69 0.16 43.38 0.64 0.55
Hex D5 AC 41 0 13 45 10 2B 40 37
Octal 325 254 101 0 23 105 20 53 100 67
Binary 11010101 10101100 1000001 0 10011 1000101 10000 101011 1000000 110111

Color Harmonies of #D5AC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AC41

Black with #D5AC41

Text Example


Text Example

White with #D5AC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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