Html Css Color HEX #D3A943 Metallic Gold

📋 copy color: '#D3A943'

red 211 ◦ green 169 ◦ blue 67

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

Shades of Metallic Gold #D3A943

Tints of Metallic Gold #D3A943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.99%

R = 47.2%
G = 37.81%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D3A943 (or 0xD3A943) is known color: Metallic Gold. HEX triplet: D3, A9 and 43. RGB value is (211,169,67). Sum of RGB (Red+Green+Blue) = 211+169+67=447 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.20% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 67 (26.56% from 255 or 14.99% from 447); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A943 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A943 is #2C56BC. Grayscale: #AAAAAA. Windows color (decimal): -2905789 or 4434387. OLE color: 4434387.

HSL color Cylindrical-coordinate representation of color #D3A943: hue angle of 42.5º 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 #D3A943 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 169 67 -
CMYK 0 0.20 0.68 0.17
HSL 42.5º 0.62% 0.55% -
HSV(B) 42.5º 0.68% 0.83% -
XYZ 42.07 42.63 11.32 -
YUV 169.93 69.91 157.29 -
System Red Green Blue C M Y K H S L
Decimal 211 169 67 0 0.20 0.68 0.17 42.5 0.62 0.55
Hex D3 A9 43 0 14 44 11 2A 3E 37
Octal 323 251 103 0 24 104 21 52 76 67
Binary 11010011 10101001 1000011 0 10100 1000100 10001 101010 111110 110111

Color Harmonies of #D3A943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A943

Black with #D3A943

Text Example


Text Example

White with #D3A943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A943; }

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

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

background-color css

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

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

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

border-color css

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

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

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