Html Css Color HEX #D3A53E Metallic Gold

📋 copy color: '#D3A53E'

red 211 ◦ green 165 ◦ blue 62

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

Shades of Metallic Gold #D3A53E

Tints of Metallic Gold #D3A53E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.67%

 BLUE value IS 62 (24.61% from 255) = 14.16%

R = 48.17%
G = 37.67%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D3A53E (or 0xD3A53E) is known color: Metallic Gold. HEX triplet: D3, A5 and 3E. RGB value is (211,165,62). Sum of RGB (Red+Green+Blue) = 211+165+62=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 62 (24.61% from 255 or 14.16% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A53E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A53E is #2C5AC1. Grayscale: #A7A7A7. Windows color (decimal): -2906818 or 4105683. OLE color: 4105683.

HSL color Cylindrical-coordinate representation of color #D3A53E: hue angle of 41.48º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D3A53E is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 165 62 -
CMYK 0 0.22 0.71 0.17
HSL 41.48º 0.63% 0.54% -
HSV(B) 41.48º 0.71% 0.83% -
XYZ 41.19 41.11 10.32 -
YUV 167.01 68.74 159.38 -
System Red Green Blue C M Y K H S L
Decimal 211 165 62 0 0.22 0.71 0.17 41.48 0.63 0.54
Hex D3 A5 3E 0 16 47 11 29 3F 36
Octal 323 245 76 0 26 107 21 51 77 66
Binary 11010011 10100101 111110 0 10110 1000111 10001 101001 111111 110110

Color Harmonies of #D3A53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A53E

Black with #D3A53E

Text Example


Text Example

White with #D3A53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A53E; }

 p { color: rgb(211,165,62); }

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

background-color css

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

 a { background-color: rgb(211,165,62); }

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

border-color css

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

 span { border-color: rgb(211,165,62); }

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