Html Css Color HEX #D5AC44 Metallic Gold

📋 copy color: '#D5AC44'

red 213 ◦ green 172 ◦ blue 68

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

Shades of Metallic Gold #D5AC44

Tints of Metallic Gold #D5AC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.01%

R = 47.02%
G = 37.97%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D5AC44 (or 0xD5AC44) is known color: Metallic Gold. HEX triplet: D5, AC and 44. RGB value is (213,172,68). Sum of RGB (Red+Green+Blue) = 213+172+68=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 68 (26.95% from 255 or 15.01% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AC44 is #2A53BB. Grayscale: #ACACAC. Windows color (decimal): -2773948 or 4500693. OLE color: 4500693.

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

Color convert

RGB 213 172 68 -
CMYK 0 0.19 0.68 0.16
HSL 43.03º 0.63% 0.55% -
HSV(B) 43.03º 0.68% 0.84% -
XYZ 43.24 44.07 11.7 -
YUV 172.4 69.08 156.96 -
System Red Green Blue C M Y K H S L
Decimal 213 172 68 0 0.19 0.68 0.16 43.03 0.63 0.55
Hex D5 AC 44 0 13 44 10 2B 3F 37
Octal 325 254 104 0 23 104 20 53 77 67
Binary 11010101 10101100 1000100 0 10011 1000100 10000 101011 111111 110111

Color Harmonies of #D5AC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AC44

Black with #D5AC44

Text Example


Text Example

White with #D5AC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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