Html Css Color HEX #D3A744 Metallic Gold

📋 copy color: '#D3A744'

red 211 ◦ green 167 ◦ blue 68

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

Shades of Metallic Gold #D3A744

Tints of Metallic Gold #D3A744

RGB

 RED value IS 211 (82.81% from 255) = 47.31%

 GREEN value IS 167 (65.63% from 255) = 37.44%

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

R = 47.31%
G = 37.44%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D3A744 (or 0xD3A744) is known color: Metallic Gold. HEX triplet: D3, A7 and 44. RGB value is (211,167,68). Sum of RGB (Red+Green+Blue) = 211+167+68=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 68 (26.95% from 255 or 15.25% from 446); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A744 is #2C58BB. Grayscale: #A9A9A9. Windows color (decimal): -2906300 or 4499411. OLE color: 4499411.

HSL color Cylindrical-coordinate representation of color #D3A744: hue angle of 41.54º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D3A744 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 167 68 -
CMYK 0 0.21 0.68 0.17
HSL 41.54º 0.62% 0.55% -
HSV(B) 41.54º 0.68% 0.83% -
XYZ 41.73 41.9 11.36 -
YUV 168.87 71.08 158.05 -
System Red Green Blue C M Y K H S L
Decimal 211 167 68 0 0.21 0.68 0.17 41.54 0.62 0.55
Hex D3 A7 44 0 15 44 11 2A 3E 37
Octal 323 247 104 0 25 104 21 52 76 67
Binary 11010011 10100111 1000100 0 10101 1000100 10001 101010 111110 110111

Color Harmonies of #D3A744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A744

Black with #D3A744

Text Example


Text Example

White with #D3A744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A744; }

 p { color: rgb(211,167,68); }

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

background-color css

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

 a { background-color: rgb(211,167,68); }

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

border-color css

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

 span { border-color: rgb(211,167,68); }

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