Html Css Color HEX #D3A945 Metallic Gold

📋 copy color: '#D3A945'

red 211 ◦ green 169 ◦ blue 69

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

Shades of Metallic Gold #D3A945

Tints of Metallic Gold #D3A945

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.64%

 BLUE value IS 69 (27.34% from 255) = 15.37%

R = 46.99%
G = 37.64%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D3A945 (or 0xD3A945) is known color: Metallic Gold. HEX triplet: D3, A9 and 45. RGB value is (211,169,69). Sum of RGB (Red+Green+Blue) = 211+169+69=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 69 (27.34% from 255 or 15.37% from 449); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A945 is #2C56BA. Grayscale: #AAAAAA. Windows color (decimal): -2905787 or 4565459. OLE color: 4565459.

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

Color convert

RGB 211 169 69 -
CMYK 0 0.20 0.67 0.17
HSL 42.25º 0.62% 0.55% -
HSV(B) 42.25º 0.67% 0.83% -
XYZ 42.13 42.65 11.64 -
YUV 170.16 70.91 157.13 -
System Red Green Blue C M Y K H S L
Decimal 211 169 69 0 0.20 0.67 0.17 42.25 0.62 0.55
Hex D3 A9 45 0 14 43 11 2A 3E 37
Octal 323 251 105 0 24 103 21 52 76 67
Binary 11010011 10101001 1000101 0 10100 1000011 10001 101010 111110 110111

Color Harmonies of #D3A945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A945

Black with #D3A945

Text Example


Text Example

White with #D3A945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A945; }

 p { color: rgb(211,169,69); }

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

background-color css

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

 a { background-color: rgb(211,169,69); }

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

border-color css

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

 span { border-color: rgb(211,169,69); }

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